How do you update a document in Mongoose without returning the original document?
Model.____('documentId', { field: value })
.then(...
How do you update a document in Mongoose without returning the original document?
Model.____('documentId', { field: value })
.then(...