Is there any way to get the count of drafts in the section info? I tried all of them but nothing is working?
allpages:
headline: Formulare
type: pages
info: "{{ page.children.count }}"
allpages:
headline: Formulare
type: pages
info: "{{ page.children.draft.count }}"
allpages:
headline: Formulare
type: pages
info: "{{ page.children.drafts.count }}"
