{
    "yearList": [
        2024,
        2025
    ],
    "byCatYear": {
        "海鲜": {
            "2024": 600,
            "2025": 744
        },
        "肉类": {
            "2024": 540,
            "2025": 665
        },
        "蔬菜": {
            "2024": 100,
            "2025": 132
        },
        "饮品": {
            "2024": 250,
            "2025": 312
        },
        "干调": {
            "2025": 160
        }
    },
    "yearlyTotals": {
        "2024": 1490,
        "2025": 2013
    },
    "cumulative": 3503,
    "latestYear": 2025,
    "yoy": 35.1,
    "yoyValue": 523,
    "pie": [
        {
            "big_category": "干调",
            "total": 160
        },
        {
            "big_category": "海鲜",
            "total": 744
        },
        {
            "big_category": "肉类",
            "total": 665
        },
        {
            "big_category": "蔬菜",
            "total": 132
        },
        {
            "big_category": "饮品",
            "total": 312
        }
    ]
}