public function reqCountRents() {
     $numRows = Rent::find_num_rows();
     return $numRows[0]->num_rows;
 }