public function getTotalCountOfRequests()
 {
     return Request::count();
 }