{
  "project": {
    "projectId": 1,
    "name": "Catenda",
    "logo": "https://sdsdfs.png"
  },
  "topics": [
    {
      "topicId": 1,
      "name": "Topic1",
      "commentIds": [1, 2],
      "statusId": 2
    },
    {
      "topicId": 2,
      "name": "Topic2",
      "commentIds": [1],
      "statusId": 1
    },
    {
      "topicId": 3,
      "name": "Topic3",
      "commentIds": [2],
      "statusId": 3
    }
  ],
  "comments": [
    {
      "commentId": 1,
      "text": "Comment1"
    },
    {
      "commentId": 2,
      "text": "Comment2"
    }
  ],
  "statuses": [
    {
      "statusId": 1,
      "name": "Status1"
    },
    {
      "statusId": 2,
      "name": "Status2"
    },
    {
      "statusId": 3,
      "name": "Status3"
    }
  ]
}