/**
  * {@inheritDoc}
  */
 public function count($criteria = array())
 {
     return $this->persister->count($criteria);
 }