/**
  * @return Collection|static[]
  */
 public function getAll()
 {
     return $this->rssNewsFeeds->with(['rss'])->orderBy('post_date', 'desc')->paginate(15);
 }