first(); $user->attachRole($admin); return true; } /** * @return int */ public function count(): int { return User::count(); } }