--- title: TotalNumberOfElements description: Returns the number of pages in the pager collection. categories: [] keywords: [] params: functions_and_methods: returnType: int signatures: [PAGER.TotalNumberOfElements] --- ```go-html-template {{ $pages := where site.RegularPages "Type" "posts" }} {{ $paginator := .Paginate $pages }} {{ range $paginator.Pages }}