public function getCantNoticias()
 {
     $query = new Query();
     return $this->query($query->getCantNoticias());
 }