using System.Collections.Generic; using zero.Core.Entities; namespace zero.TestData { public class GalleryModule : Module { public List ImageIds { get; set; } = new List(); public bool IsBigger { get; set; } public bool IsFirstImageBigger { get; set; } } }