{
"success": true,
"data": [
{
"id": "770g0611-g41d-63f6-c938-668877662222",
"file_name": "estado_cuenta_enero_2025.pdf",
"file_type": "application/pdf",
"period_start": "2025-01-01",
"period_end": "2025-01-31",
"opening_balance": 100000,
"closing_balance": 125000.5,
"status": "processed",
"transaction_count": 45,
"total_credits": 75000,
"total_debits": -49999.5,
"processing_progress": 100,
"created_at": "2025-02-01T10:00:00Z",
"bank_account": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"account_name": "BBVA Business Checking",
"institution_name": "BBVA"
}
}
],
"pagination": {
"page": 1,
"limit": 50,
"total": 12,
"total_pages": 1,
"has_more": false
}
}