Data about the response, including pagination.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MetaWithFullPagination", "title": "MetaWithFullPagination", "type": "object", "description": "Data about the response, including pagination.", "properties": { "pagination": { "$ref": "#/components/schemas/pagination_Full" } }, "x-internal": false }