ConstThe name of the feature collection.
Optionaloptions: { limit?: number; params?: Record<string, string> }Optional parameters to customize the query.
Optionallimit?: numberThe limit of features to retrieve with each query.
Optionalparams?: Record<string, string>Additional parameters to pass to the query, such as CQL filter, etc,
with the exception of the limit (passed with the limit option)
and bbox parameters (dynamically computed for each query).
A query builder to fetch data from an OGC API Features service.