namespace PARR.API.Contracts.V1.Responses.Statistics { public class StatUnitResponse { public int AllHosts { get; set; } public int CreatedLastDay { get; set; } public int UpdatedLastDay { get; set;} } }