{
  "ads": [
    {
      "id": 1,
      "title": "Mykonos"
    },
    {
      "id": 2,
      "title": "Paris"
    },
    {
      "id": 3,
      "title": "Newyork"
    }
  ],
  "comments": [
    {
      "id": 1,
      "body": "some comment",
      "postId": 1
    },
    {
      "id": 2,
      "body": "some comment",
      "postId": 1
    }
  ],
  "profile": {
    "name": "typicode"
  }
}