Query: select childs and drafts from the whole site

Hi all,

query: site.childrenAndDrafts.filterBy(‘toggle’, ‘true’)

This only returns the childs and drafts from the root page.
Is it possible to query all childs from the whole page with subchilds etc?

Thx

See $site->index() | Kirby CMS

How to use this in a blueprint?

site.index(true)

seems to work, thank you!