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