Skip to main content

CuratedPackCategoryCountsOutBody

data object[]nullablerequired
  • Array [
  • categorystringrequired
    countint64required
  • ]
  • total_countint64required
    CuratedPackCategoryCountsOutBody
    {
    "data": [
    {
    "category": "string",
    "count": 0
    }
    ],
    "total_count": 0
    }