{
  "data": {
    "library": {
      "id": "eyJpZGV...",
      "name": "Logos",
      "collections": {
        "total": 1,
        "page": 1,
        "limit": 25,
        "hasNextPage": false,
        "items": [
          {
            "id": "eyJpZGV...",
            "name": "Main Logos",
            "assets": {
              "total": 4,
              "page": 1,
              "limit": 25,
              "hasNextPage": false,
              "items": [
                {
                  "id": "eyJpZGV..."
                }
              ]
            }
          }
        ]
      }
    }
  }
}