How do I deserialize additional properties present in a type for which a converter already exists?
I am attempting to deserialize a geojson FeatureCollection
. The API I am querying returns this feature collection with additional properties on the type. The properties are used for cursor-based pagination.