Execute query and return all matching entities.
Future<List<T>> get() async { final maps = await _source.collection.findWithFinder(_buildFinder()); return _source.mapFromMaps(maps); }