pub type Formats = CommentedChildren<Format>;
struct Formats { pub comment: Option<String>, pub children: Vec<Format>, }
comment: Option<String>
children: Vec<Format>