Lists a limited number of items of a specific type without a query.
Future<List<T>> ofClass<T>(Type type, { int limit = 10, String? subcollection });