[
  {
    "id": "3b7e985d-8846-47ac-b2ad-832aa2aa62e7",
    "truckId": "3dd3172a-20cc-4c55-8f1f-000e257dd351",
    "date": "2025-08-08",
    "amount": 300,
    "type": "ADVANCE",
    "isPaid": false,
    "statementId": null
  },
  {
    "id": "1c93ee44-284a-4738-9dd0-1bebb8ace7b2",
    "truckId": "ddfbd660-647d-437d-aac8-2b44b749978b",
    "date": "2025-08-08",
    "amount": 120,
    "type": "FUEL",
    "isPaid": true,
    "statementId": "8a2aea2b-9939-4c4b-9e72-538339ed271a"
  },
  {
    "id": "dd250c46-530c-42e2-a7f5-df0d307460db",
    "truckId": "ddfbd660-647d-437d-aac8-2b44b749978b",
    "date": "2025-08-15",
    "amount": 300,
    "type": "FUEL",
    "isPaid": false,
    "statementId": null
  },
  {
    "id": "e62e1df5-6f71-4dde-b2e1-07dd744f05c9",
    "truckId": "ddfbd660-647d-437d-aac8-2b44b749978b",
    "date": "2025-08-15",
    "description": "Placeno vozacu u statmentu 456",
    "amount": 1200,
    "type": "DRIVER",
    "isPaid": false,
    "statementId": null
  }
]