I have 3 collections Plan, Group and Time
Plan { _id: ObjectId, group: ObjectId(ref=Group), time: ObjectId(ref=Time) } Group { _id: ObjectId, name: Str