/**
  * {@inheritDoc}
  */
 public function countInteresteds()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'countInteresteds', array());
     return parent::countInteresteds();
 }