The create() method in detail.
document
An object or an array of objects representing the new document(s) to be created. Each object should match the schema of the collection.
options (Object)
Offers an array of additional parameters for refining your query, such as ordering or limiting the number of results. You can utilize any Mongoose query options, allowing for extensive customization.