{
  "fields": [{"id":"_id","type":"int"},{"id":"Tahun","type":"numeric"},{"id":"Orang","type":"numeric"}],
  "records": [
    [1,2017,12],
    [2,2018,12],
    [3,2019,15],
    [4,2020,20],
    [5,2021,22],
    [6,2022,30],
    [7,2023,36],
    [8,2024,36]
]}
