using System.Collections.Generic; namespace AsbCloudApp.Data { public class StatClusterDto : ClusterDto { public List Sections { get; set; } public List WellsTotals { get; set; } } }