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