{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/agricultural-statistics-service/refs/heads/main/json-structure/quickstats-api-count-response-structure.json", "name": "Count Response", "description": "Response containing the record count for a query.", "type": "object", "properties": { "count": { "type": "int32", "description": "Total number of records matching the query parameters.", "example": 1250 } } }