/**
  * Get the total contract count
  *
  * @return int
  */
 public function getTotalContractCount()
 {
     return $this->contract->getTotalContractCount();
 }