{
  "posts": [
    {
      "id": 1,
      "title": "Test",
      "author": "Firat"
    }
  ],
  "comments": [
    {
      "id": 1,
      "body": "some comments",
      "postId": 1
    }
  ],
  "profile": {
    "name": "Firat"
  }
}