using System.Collections.Generic; namespace Interfaces { public class TimeLogList { public int CalendarWeek { get; set; } public List TimeLogs { get; set; } } }