interface RecordList { fun toRecordList(): MutableList> fun toMinimalRecordList(): MutableList> val name: String val header: List val headerMin: List }