*/ public static function getGloballySearchableAttributes(): array { return ['name', 'category', 'body_part', 'target']; } public static function getPages(): array { return [ 'index' => ListExercises::route('/'), ]; } }