{
  "data": {
    "workspaceProject": {
      "id": "eyJpZG...==",
      "name": "Example Project: Dogs",
      "assets": {
        "limit": 25,
        "page": 1,
        "total": 1,
        "hasNextPage": false,
        "items": [
          {
            "id": "eyJpZG...==",
            "creator": {
              "id": "eyJpZG...==",
              "name": "John Doe",
              "email": "john.doe@example.com"
            },
            "createdAt": "2024-09-17T23:36:00.000+00:00",
            "modifier": {
              "id": "eyJpZG...==",
              "name": "John Doe",
              "email": "john.doe@example.com"
            },
            "modifiedAt": "2024-09-19T10:49:21.000+00:00",
            "title": "Sample Asset",
            "description": "Sample description",
            "attachments": [],
            "externalId": null,
            "tags": [],
            "copyright": {
              "status": "UNKNOWN",
              "notice": ""
            },
            "expiresAt": null,
            "licenses": [],
            "status": "FINISHED",
            "relatedAssets": {
              "total": 0
            },
            "comments": {
              "total": 0
            },
            "customMetadata": [],
            "location": {
              "brand": {
                "id": "eyJpZG...==",
                "name": "ExampleBrand"
              },
              "library": null,
              "workspaceProject": {
                "id": "eyJpZG...==",
                "name": "Example Project: Dogs"
              },
              "folder": {
                "id": "eyJpZG...==",
                "name": "Sample Folder"
              }
            }
          }
        ]
      }
    }
  }
}