$pagerReturn the pagination.2.0.0This variable is an instance of Pager.Example:<?= $pager; ?> <?= $pager->next->url; ?> <?= $pager->next->title; ?> <?= $pager->next('Next Page'); ?>Added by the Page extension.