pub trait MetadataService: Send + Sync { // Required method fn normalize_terms(&self, terms: &[String]) -> Vec<String>; }