{
  "fields": [{"id":"_id","type":"int"},{"id":"Tahun","type":"numeric"},{"id":"Arsip video","type":"text"}],
  "records": [
    [1,2018.0,"3"],
    [2,2019.0,"3"],
    [3,2020.0,"3"],
    [4,2021.0,"1"],
    [5,2022.0,"-"],
    [6,2023.0,"1"],
    [7,2018,"3"],
    [8,2019,"3"],
    [9,2020,"3"],
    [10,2021,"1"],
    [11,2022,"-"],
    [12,2023,"1"]
]}
