function getTotalRowCount()
 {
   $this->calls['total_row_count']++;
   return parent :: getTotalRowCount();
 }