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