{
"success": true,
"data": {
"currentMonthRevenue": 25000,
"invoicesSentThisMonth": 10,
"totalOutstanding": {
"USD": 15000,
"EUR": 10000
},
"yearlyRevenueByMonth": [
{
"month": "2024-03",
"revenue": 5000
}
],
"monthlyInvoiceStats": [
{
"month": "2024-03",
"raised": 10,
"sent": 8
}
],
"invoiceStatusCounts": {
"paid": 15,
"outstanding": 5,
"pending": 3,
"overdue": 2
},
"totalHours": 120.5,
"unbilledHours": 45.2
},
"errors": [
"string"
]
}