[
  {
    "id": 4,
    "slug": "post-4",
    "type": "post",
    "link": "https://test.frontity.org/post-4/",
    "author": 1,
    "featured_media": 4,
    "categories": [],
    "tags": [],
    "_embedded": {
      "author": [
        {
          "id": 1,
          "name": "Author 1",
          "link": "https://test.frontity.org/author/author-1/",
          "slug": "author-1"
        }
      ],
      "wp:featuredmedia": [
        {
          "id": 4,
          "slug": "attachment-4",
          "type": "attachment",
          "link": "https://test.frontity.org/post-4/attachment-4/",
          "author": 1
        }
      ]
    }
  },
  {
    "id": 5,
    "slug": "post-5",
    "type": "post",
    "link": "https://test.frontity.org/post-5/",
    "author": 1,
    "featured_media": 5,
    "categories": [],
    "tags": [],
    "_embedded": {
      "author": [
        {
          "id": 1,
          "name": "Author 1",
          "link": "https://test.frontity.org/author/author-1/",
          "slug": "author-1"
        }
      ],
      "wp:featuredmedia": [
        {
          "id": 5,
          "slug": "attachment-5",
          "type": "attachment",
          "link": "https://test.frontity.org/post-5/attachment-5/",
          "author": 1
        }
      ]
    }
  }
]
