{
  "id": "author-posts-page",
  "meta": {
    "title": "Author -- The Brief",
    "description": "Articles from The Brief filtered by author."
  },
  "slug": "authors/[authorId]/posts",
  "sections": [
    {
      "id": "author-posts-section",
      "data": {
        "posts": {
          "$ref": "../../../collections/posts/posts.json",
          "$sliceSort": {
            "field": "date",
            "direction": "desc"
          },
          "$sliceFilter": {
            "author.id": {
              "$routeParam": "authorId"
            }
          }
        },
        "title": "Articles",
        "author": {
          "$ref": "collection:current"
        },
        "authors": {
          "$ref": "../../../collections/autori/autori.json"
        },
        "eyebrow": "Author",
        "pageSize": 12,
        "description": "All posts by this author from The Brief archive."
      },
      "type": "author-posts",
      "settings": {}
    }
  ],
  "collection": {
    "source": "autori",
    "paramKey": "authorId"
  },
  "global-header": true
}
