using System.Collections.Generic; namespace DanieleMarotta.RiversongCodeShowcase { public class StoragePanelModel : UIModel { public List Products { get; } = new(); } }