package models type Group struct { Name string Participants []*Participant }