/**
  * @param $filter
  * @return array
  */
 public function latest($filter)
 {
     return $this->category->latest($filter);
 }