/**
  * Diplay mode type.
  *
  * @return mixed|string
  */
 public function getMode()
 {
     return $this->recommendedHelper->getDisplayType();
 }