{
  "fields": [{"id":"_id","type":"int"},{"id":"Tahun","type":"text"},{"id":"Jumlah Permohonan Persetujuan Bangunan Gedung (PBG) & Sertifika","type":"numeric"}],
  "records": [
    [1,"2018",null],
    [2,"2019",null],
    [3,"2020",null],
    [4,"2021",null],
    [5,"2022",234],
    [6,"2023",265],
    [7,"2024",452],
    [8,"2025",409]
]}
