{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "pagination", "type": "object", "description": "List of pagination objects", "properties": { "total": { "type": "integer", "description": "Total number of files the API returns for a particular query" }, "isEstimatedTotal": { "type": "boolean", "description": "Boolean value that represents whether the total count of files returned is exact or an estimate. This is defaulted to False as the API should always return the exact count" } } }