A base class that represents a bundle of days.
DayPeriodBundle({required super.start, required super.end});