StacContextExtension interface
Context information for a search response including pagination details.
Properties
| limit | Maximum number of items requested. |
| matched | Total number of items matching the query. |
| returned | Number of items returned in the response. |
Property Details
limit
Maximum number of items requested.
limit?: number
Property Value
number
matched
Total number of items matching the query.
matched?: number
Property Value
number
returned
Number of items returned in the response.
returned: number
Property Value
number