pub type FileModel = SerdeMap<Fraction, String>;
struct FileModel(pub Vec<(Fraction, String)>, _);
0: Vec<(Fraction, String)>