/**
  * Number of the colums.
  *
  * @return int|mixed
  *
  * @throws \Exception
  */
 public function getColumnCount()
 {
     return $this->recommendedHelper->getDisplayLimitByMode($this->getRequest()->getActionName());
 }
 /**
  * Display mode type.
  *
  * @return mixed|string
  */
 public function getMode()
 {
     return $this->recommnededHelper->getDisplayType();
 }