{
  "fields": [{"id":"_id","type":"int"},{"id":"Tahun","type":"numeric"},{"id":"Orang","type":"numeric"}],
  "records": [
    [1,2017,6],
    [2,2018,9],
    [3,2019,11],
    [4,2020,10],
    [5,2021,9],
    [6,2022,16],
    [7,2023,22],
    [8,2024,22]
]}
