/**
  * @return int
  */
 public function count() : int
 {
     return $this->user->rules()->count();
 }