On the page “site.yml” I want to list all drafts, also from subpages. With this way I have an overview where drafts are still hiding. My code shows me that there are no drafts yet.
drafts:
label: Drafts
type: pages
status: draft
query: site.index.filterBy('status', 'draft')