{
  "data": {
    "links": {
      "first": "https://example.zendesk.com/api/v2/guide/search?page[size]=100",
      "last": "https://example.zendesk.com/api/v2/guide/search?page[size]=100&page[after]=lastPageCursorExample",
      "prev": "https://example.zendesk.com/api/v2/guide/search?page[size]=100&page[before]=prevPageCursorExample",
      "next": "https://example.zendesk.com/api/v2/guide/search?page[size]=100&page[after]=nextPageCursorExample"
    },
    "meta": {
      "after_cursor": "WzEuMCwxNjld",
      "before_cursor": "WzEuMCwxNjhd",
      "has_more": true
    },
    "results": [
      {
        "title": "How to make fish stew",
        "type": "ARTICLE",
        "updated_at": "2021-10-11T15:02:22Z",
        "url": "http://example.zendesk.com/hc/en-us/articles/38393937-How-to-make-fish-stew"
      },
      {
        "title": "Latest updates on fish stew",
        "type": "EXTERNAL_RECORD",
        "updated_at": "2021-11-12T15:02:22Z",
        "url": "http://example.com/blog/fish-stew-latest"
      }
    ]
  }
}