{
  "data": {
    "library": {
      "id": "eyJpZGV...",
      "name": "Example Library",
      "collaborators": {
        "users": {
          "total": 1,
          "page": 1,
          "limit": 25,
          "hasNextPage": false,
          "items": [
            {
              "id": "eyJpZGV...",
              "email": "john@example.com",
              "name": "John Doe"
            }
          ]
        }
      }
    }
  }
}