namespace InnovEnergy.API.DataModel; public abstract partial record UserParent : DataElement { public List Users { get; set; } = new List(); }