{
  "posts": [
    {
      "id": 1,
      "title": "json-server",
      "author": "typicode"
    }
  ],
  "comments": [
    {
      "id": 1,
      "body": "some comment",
      "postId": 1
    }
  ],
  "profile": {
    "name": "typicode"
  },
  "products": [
    {
      "id": 1,
      "name": "playstation5"
    },
    {
      "name": "playstation3",
      "id": 2
    },
    {
      "name": "xbox",
      "id": 3
    }
  ]
}