using System.Collections.Generic; namespace Sony.Filtr.Tasks.Tasks.EveryNoise { public class ReleasePageData { public List Releases { get; set; } public List Clusters { get; set; } } }