{
"billings": [
{
"month": "string",
"total": 0,
"year": 0
}
],
"employeeGrowths": [
{
"employeeGrowth": 0,
"growth": 0,
"year": 0
}
],
"expenses": [
{
"month": "string",
"total": 0,
"year": 0
}
],
"taxs": [
{
"cofins": 0,
"icms": 0,
"ipi": 0,
"month": "string",
"pis": 0,
"year": 0
}
]
}