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