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