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