MongoCollection.deleteImpl
DeleteResult deleteImpl(T)(T[] queries, DeleteOptions options = DeleteOptions.init, scope int[] limits = null) @safeImplementation helper. It's possible to set custom delete limits with this method, otherwise it's identical to deleteOne and deleteMany.