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