What does a successful insertOne() operation normally return for a document without a supplied _id?
insertOne()
_id
The name of a newly created unique index
An acknowledgement and the automatically generated unique _id in insertedId
insertedId
Only the collection's new total document count
Every document currently stored in the collection