ObjectId is a 12-byte unique identifier used as the default value for the _id
field.
Structure (24 hex characters):
Properties:
// ObjectId example
ObjectId("507f1f77bcf86cd799439011")
// Extract timestamp
ObjectId("507f1f77bcf86cd799439011").getTimestamp()
// Returns: ISODate("2012-10-17T20:46:47Z")