package models type Question struct { ID string Text string AnswerIDs []string }