{
  "data": {
    "library": {
      "id": "eyJpZGV...",
      "name": "Example Library",
      "assets": {
        "limit": 25,
        "page": 1,
        "total": 1,
        "hasNextPage": false,
        "items": [
          {
            "id": "eyJpZGV...",
            "creator": {
              "id": "eyJpZGV...",
              "name": "John Doe",
              "email": "john@example.com"
            },
            "createdAt": "2024-09-05T19:49:25.000+00:00",
            "modifier": {
              "id": "eyJpZGV...",
              "name": "John Doe",
              "email": "john@example.com"
            },
            "modifiedAt": "2024-09-05T19:49:27.000+00:00",
            "title": "example_title_1",
            "description": null,
            "attachments": [
              {
                "id": "eyJpZGV...",
                "creator": {
                  "id": "eyJpZGV...",
                  "name": "John Doe",
                  "email": "john@example.com"
                },
                "createdAt": "2024-09-17T23:42:43.000+00:00",
                "modifier": null,
                "modifiedAt": null,
                "name": "Example attachment",
                "filename": "example.png",
                "type": "",
                "externalId": null,
                "extension": "png",
                "size": 585728,
                "downloadUrl": "https://example.com/file1.png"
              }
            ],
            "externalId": null,
            "tags": [],
            "copyright": {
              "status": "UNKNOWN",
              "notice": ""
            },
            "expiresAt": null,
            "licenses": [],
            "status": "FINISHED",
            "relatedAssets": {
              "total": 0
            },
            "comments": {
              "total": 0
            },
            "customMetadata": [],
            "location": {
              "brand": {
                "id": "eyJpZGV...",
                "name": "ExampleBrand"
              },
              "library": {
                "id": "eyJpZGV...",
                "name": "Example Library"
              },
              "workspaceProject": null,
              "folder": null
            }
          }
        ]
      }
    }
  }
}