namespace BetterIServ.Backend.Entities; public struct UnitsData { public IList Notifications { get; set; } public IList Substitutions { get; set; } }