{
  "fields": [{"id":"_id","type":"int"},{"id":"Tahun","type":"text"},{"id":"Jumlah","type":"text"}],
  "records": [
    [1,"2021",null],
    [2,"2022",null],
    [3,"2023",null],
    [4,"2024","1168"],
    [5,"2025","1679"]
]}
