pub fn parse_relations(
    relations: &str
) -> Vec<(String, Vec<ParsedRelation>, String)>