public function getVotesCount()
 {
     $this->__load();
     return parent::getVotesCount();
 }