[
  {
    "id": "c16a19ab-cf75-449e-a9b0-3688308e7c8e",
    "driverId": "driver-001",
    "date": "2025-05-09",
    "description": "222",
    "amount": 250,
    "type": "FUEL",
    "isPaid": true,
    "statementId": "ee346c1a-1b4e-42c5-92e6-f48708caf23d"
  },
  {
    "id": "2c3c87c3-4343-426f-b016-fabb557f145c",
    "driverId": "b3996ba4-8447-4bd4-8728-8b01e7ed7ff7",
    "date": "2025-05-26",
    "description": "kartica",
    "amount": 150,
    "type": "FUEL",
    "isPaid": false,
    "statementId": null
  },
  {
    "id": "e0ae9b57-a1fc-4718-bcfb-6d022ae2020f",
    "driverId": "9409472e-b703-410a-bc18-3e2a90a40d31",
    "date": "2025-05-26",
    "description": "Popravka motora",
    "amount": 500,
    "type": "ADVANCE",
    "isPaid": false,
    "statementId": null
  },
  {
    "id": "747d85f5-ca1a-44bf-9ff7-8ab318d4d101",
    "driverId": "driver-001",
    "date": "2025-05-26",
    "description": "Razno",
    "amount": 250,
    "type": "MAINTENANCE",
    "isPaid": true,
    "statementId": "ee346c1a-1b4e-42c5-92e6-f48708caf23d"
  },
  {
    "id": "865d34c5-8f7f-4258-b8f9-b7dcc115ad20",
    "driverId": "9409472e-b703-410a-bc18-3e2a90a40d31",
    "date": "2025-06-12",
    "description": "gorivo",
    "amount": 250,
    "type": "FUEL",
    "isPaid": false,
    "statementId": null
  }
]