@override Future<void> deleteAll(List<String> ids, {int batchSize = 100}) => collection.deleteAll(only: ids.toSet(), batchSize: batchSize);