Concept Flow - updateMany method
Start updateMany call
Filter documents to match
Check each document
Apply update
Return update result
End
The updateMany method starts by filtering documents, then updates all matching documents, and finally returns the update result.
