*/ protected function getDefaultHeaderActions(): array { return [ CreateAction::make() ->hidden(fn () => DatabaseHost::count() <= 0), ]; } }