*/ public static function getGloballySearchableAttributes(): array { return ['user.name']; } public static function getPages(): array { return [ 'index' => ListStreaks::route('/'), ]; } }