package structs type Jobs struct { Id string Name string Tasks []Task } type Task struct { Id string Name string }