What is the method to add a document to a collection in Mongoose?
new Model({ field: value }).____() .then(...
create
save
insert
add