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