/**
  * {@inheritdoc}
  */
 public function countGrants()
 {
     return $this->grantStorage->count();
 }