struct Appt => { startTime => '$', endTime => '$', }; struct Day => { date => '$', appts => '@', numAppts => '$', };