I tried to insert the document of the collection customers .Later i got this error.
db.customers.insertOne({_id: ObjectId("5ca4bbcea2dd94ee58162a68"),
username: 'fmiller',
name: 'Elizabeth Ray',
address: '9286 Bethany Glens\nVasqueztown, CO 22939',
birthdate: 1977-03-02T02:20:31.000Z,
email: 'arroyocolton@gmail.com',
active: true,
accounts: [ 371138, 324287, 276528, 332179, 422649, 387979 ],
tier_and_details:
{ '0df078f33aa74a2e9696e0520c1a828a':
{ tier: 'Bronze',
id: '0df078f33aa74a2e9696e0520c1a828a',
active: true,
benefits: [ 'sports tickets' ] },
'699456451cc24f028d2aa99d7534c219':
{ tier: 'Bronze',
benefits: [ '24 hour dedicated line', 'concierge services' ],
active: true,
id: '699456451cc24f028d2aa99d7534c219' } }})