{
  "data": {
    "data": [
      {
        "start_date": "2017-01-01",
        "end_date": "2019-01-01",
        "currency": "EUR",
        "amount": 1234,
        "period": "monthly",
        "comment": "Starting salary",
        "category": "Salary"
      }
    ],
    "meta": {
      "current_page": 1,
      "next_page": 2,
      "previous_page": null,
      "total_pages": 2,
      "per_page": 50,
      "total_entries": 75
    }
  }
}