/**
  * count
  *
  * @since   29 aug 2008
  * @return  integer
  */
 public function count()
 {
     return $this->_collection->getTotalRecordCount();
 }