{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "CursorBasedPaginationOutputObject", "type": "object", "properties": { "total": { "type": "number" }, "isEstimatedTotal": { "type": "boolean" }, "next": { "type": "string" }, "previous": { "type": "string" } } }