{ "type": "object", "description": "Paging details for a list operation, including information about the total number of resources and the number per page.", "name": "PageInfo", "properties": { "totalResults": { "type": "integer", "description": "The total number of results in the result set." }, "resultsPerPage": { "type": "integer", "description": "The number of results included in the API response." } }, "$schema": "https://json-structure.org/draft/2020-12/schema" }