{
  "data": {
    "workspaceProject": {
      "id": "eyJpZGV...",
      "name": "Test Project",
      "browse": {
        "folders": {
          "limit": 25,
          "page": 1,
          "hasNextPage": false,
          "total": 1,
          "items": [
            {
              "id": "eyJpZGV...",
              "name": "A Parent Folder",
              "creator": {
                "id": "eyJpZGV...",
                "name": "John Doe",
                "email": "example@email.com"
              },
              "createdAt": "2024-09-06T13:18:00.000+00:00",
              "modifier": null,
              "modifiedAt": null,
              "breadcrumbs": [],
              "folders": {
                "total": 0
              }
            }
          ]
        }
      }
    }
  }
}