A question about updateMany():
According to the documentation, the response includes
- matchedCount containing the number of matched documents
- modifiedCount containing the number of modified documents
Is it possible that the two numbers are different, i.e. that it was not possible to update a document for some reason?
And how do I find out which one it is?
I can’t find anything about this in the documentation …