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