namespace PARR.API.Contracts.V1.Responses.Statistics { public class StatUnitFieldValuesResponse { public int AllValues { get; set; } public int CreatedLastDay { get; set; } //public int UpdatedLastDay { get; set; } } }