Agricultural Marketing Service · JSON Structure

Mars Api Pagination Stats Structure

Pagination metadata for list responses.

Type: object Properties: 2
AgricultureFederal GovernmentMarket NewsLivestockDairyFruits And VegetablesCottonTobacco

Pagination Stats is a JSON Structure definition published by Agricultural Marketing Service, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

count total

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/agricultural-marketing-service/refs/heads/main/json-structure/mars-api-pagination-stats-structure.json",
  "name": "Pagination Stats",
  "description": "Pagination metadata for list responses.",
  "type": "object",
  "properties": {
    "count": {
      "type": "int32",
      "description": "Number of records in this response.",
      "example": 100
    },
    "total": {
      "type": "int32",
      "description": "Total number of records matching the query.",
      "example": 500
    }
  }
}