{
  "posts": [
    {
      "id": 1,
      "title": "Student 1"
    },
    {
      "id": 2,
      "title": "Student 2"
    },
    {
      "id": 3,
      "title": "Student 3"
    }
  ],
  "comments": [
    {
      "id": 1,
      "body": "some comment",
      "postId": 1
    },
    {
      "id": 2,
      "body": "some comment",
      "postId": 1
    }
  ],
  "profile": {
    "name": "alex-faust"
  }
}