{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "OffsetBasedPaginationOutputObject", "type": "object", "description": "Pagination attributes for the offset-based pagination strategy.", "properties": { "total": { "type": "number", "description": "Total number of entries in the result set." }, "isEstimatedTotal": { "type": "boolean", "description": "Flag indicating that the value of \"total\" is estimated." } } }