[
  {
    "id": 1,
    "slug": "post-1",
    "type": "post",
    "link": "https://test.frontity.org/post-1/",
    "author": 1,
    "featured_media": 1,
    "categories": [1],
    "tags": [],
    "_embedded": {
      "author": [
        {
          "id": 1,
          "name": "Author 1",
          "link": "https://test.frontity.org/author/author-1/",
          "slug": "author-1"
        }
      ],
      "wp:featuredmedia": [
        {
          "id": 1,
          "slug": "attachment-1",
          "type": "attachment",
          "link": "https://test.frontity.org/post-1/attachment-1/",
          "author": 1
        }
      ],
      "wp:term": [
        [
          {
            "id": 1,
            "count": 5,
            "link": "https://test.frontity.org/category/cat-1/",
            "slug": "cat-1",
            "taxonomy": "category",
            "parent": 0
          }
        ]
      ]
    }
  },
  {
    "id": 11,
    "slug": "cpt-11",
    "type": "cpt",
    "link": "https://test.frontity.org/cpt/cpt-11/",
    "author": 1,
    "featured_media": 12,
    "categories": [1],
    "tags": [],
    "_embedded": {
      "author": [
        {
          "id": 1,
          "name": "Author 1",
          "link": "https://test.frontity.org/author/author-1/",
          "slug": "author-1"
        }
      ],
      "wp:featuredmedia": [
        {
          "id": 12,
          "slug": "attachment-cpt-11",
          "type": "attachment",
          "link": "https://test.frontity.org/cpt/cpt-11/attachment-cpt-11/",
          "author": 1
        }
      ],
      "wp:term": [
        [
          {
            "id": 1,
            "count": 5,
            "link": "https://test.frontity.org/category/cat-1/",
            "slug": "cat-1",
            "taxonomy": "category",
            "parent": 0
          }
        ]
      ]
    }
  }
]
