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