Tip
MongoDB also provides the Mongo.bulkWrite() method for
performing bulk write operations.
Description
Bulk.find.remove()Starting in
mongosh0.12.2,Bulk.find.remove()is an alias forBulk.find.delete().
Note
Use Bulk.find.delete() instead of Bulk.find.remove().