I am trying to get my query results in geojson format but I am getting the error `AttributeError: 'FeatureSet' object has no attribute 'to_geojson'`
What confuses me is that the documentation seems to suggest that feature sets have the attribute to_geojson as shown in the attached images. Unless I am using it incorrectly. to_json worked just fine.


Thanks