namespace InnovEnergy.API.DataModel; public partial record Folder : UserParent { public List Folders { get; set; } = new List(); public List Installations { get; set; } = new List(); }