Reads multiple documents from the database and converts them to a list of the specified type.
Future<List<T>> many<T>(List<String> documentIDs, { String? subcollection });