package models type Series struct { ID int Name string KanjiName string RomajiName string FuriganaName string OtherNames []string Tags []string }