List<T> geoSearch(String field, double lat, double lng, double radius) { return _harnCollection .geoSearch(field, lat, lng, radius) .map((e) => fromMap(e)) .toList(); }