pub fn format_list_with_prefix( items: &[String], prefix: &str, separator: &str, ) -> String
Format a list with a custom prefix