public function getNextPageUrl()
 {
     if (!$this->helper->isActiveEngine()) {
         return parent::getNextPageUrl();
     }
     return $this->getPageUrl(min($this->getCurrentPage() + 1, $this->getLastPageNum()));
 }