{
  "api": "/pages/welcome/index.json",
  "collection": "pages",
  "date": "",
  "description": "Example long-form page. Delete or edit it in the CMS.",
  "draft": false,
  "fields": {
    "description": "Example long-form page. Delete or edit it in the CMS.",
    "draft": false,
    "image": "",
    "title": "Welcome",
    "weight": 10
  },
  "html": "\u003cp\u003eThis is a \u003cstrong\u003epage\u003c/strong\u003e. Everything below the front matter is the body.\u003c/p\u003e\n\u003cp\u003eThe API exposes it three ways:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003esummary\u003c/code\u003e — first paragraph, plain text\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003ehtml\u003c/code\u003e — this body rendered to HTML\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003emarkdown\u003c/code\u003e — this body exactly as typed\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eAny extra front matter key you add (in the CMS or by hand) shows up under\n\u003ccode\u003efields\u003c/code\u003e in the JSON, so the API grows with your content model.\u003c/p\u003e\n",
  "id": "pages/welcome",
  "lastmod": "",
  "markdown": "\nThis is a **page**. Everything below the front matter is the body.\n\nThe API exposes it three ways:\n\n- `summary` — first paragraph, plain text\n- `html` — this body rendered to HTML\n- `markdown` — this body exactly as typed\n\nAny extra front matter key you add (in the CMS or by hand) shows up under\n`fields` in the JSON, so the API grows with your content model.\n",
  "readingTime": 1,
  "slug": "welcome",
  "summary": "This is a page. Everything below the front matter is the body.\nThe API exposes it three ways:\nsummary — first paragraph, plain text html — this body rendered to HTML markdown — this body exactly as typed Any extra front matter key you add (in the CMS or by hand) shows up under fields in the JSON, so the API grows with your content model.",
  "title": "Welcome",
  "url": "/pages/welcome/",
  "weight": 10,
  "wordCount": 66
}