{
  "api": "/records/example-record/index.json",
  "collection": "records",
  "date": "",
  "description": "",
  "draft": false,
  "fields": {
    "category": "sample",
    "draft": false,
    "featured": true,
    "image": "",
    "links": [
      {
        "label": "Reference",
        "url": "https://gohugo.io/"
      }
    ],
    "meta": [
      {
        "key": "source",
        "value": "seed data"
      }
    ],
    "subtitle": "A structured entry",
    "summary": "Short machine-readable summary, independent of the body text.",
    "tags": [
      "example",
      "starter"
    ],
    "title": "Example Record",
    "weight": 10
  },
  "html": "\u003cp\u003eRecords can still have a markdown body if you want one — it comes through as\n\u003ccode\u003ehtml\u003c/code\u003e and \u003ccode\u003emarkdown\u003c/code\u003e, same as pages. The typed front matter lands in \u003ccode\u003efields\u003c/code\u003e.\u003c/p\u003e\n",
  "id": "records/example-record",
  "lastmod": "",
  "markdown": "\nRecords can still have a markdown body if you want one — it comes through as\n`html` and `markdown`, same as pages. The typed front matter lands in `fields`.\n",
  "readingTime": 1,
  "slug": "example-record",
  "summary": "Short machine-readable summary, independent of the body text.",
  "title": "Example Record",
  "url": "/records/example-record/",
  "weight": 10,
  "wordCount": 29
}