{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BaseCollectionPaginationCountResponse", "title": "Base collection pagination and count responses", "type": "object", "properties": { "@odata.count": { "type": "integer", "format": "int64", "nullable": true }, "@odata.nextLink": { "type": "string", "nullable": true } } }