What should be passed to MongoDB's insertMany() method to add several records in one operation?
insertMany()
A cursor returned by find() with no document data specified
find()
A single field name shared by all of the records
An array whose elements are the documents to insert
Only the name of the destination collection