/**
  * @return Pap_Stats_Data_Commission
  */
 public function getCount() {
     $this->init();
     return $this->computer->getCount();
 }