Deletes multiple documents from the database using a list of objects.
Future<void> many<T>(List<T> objects, { String? subcollection });