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