/**
  * Show the RSS feed.
  *
  * @return \Response
  */
 public function getRss()
 {
     return $this->builder->render('rss');
 }