MongoCollection.updateMany
UpdateResult updateMany(T, U)(T filter, U replacement, UpdateOptions options = UpdateOptions.init) @safeUpdates all matching document within the collection based on the filter.
UpdateResult updateMany(T, U)(T filter, U replacement, UpdateOptions options = UpdateOptions.init) @safeUpdates all matching document within the collection based on the filter.