# What are the data types in MongoDB?

Some of the most commonly used are:

- Date
- ObjectId
- Int32
- Long
- Decimal128
- Double
- Timestamp
- Array
- String
- Boolean
- Binary

Sources:

Data Types — MongoDB Shell. www.mongodb.com/docs/mongodb-shell/reference/data-types.
