query pages($filters: PageFiltersInput) { pages(filters: $filters) { data { id attributes { title path block public publishedAt } } } }