{
  "fields": [{"id":"_id","type":"int"},{"id":"jenis_permohonan","type":"text"},{"id":"tahun","type":"numeric"},{"id":"jumlah_permohonan","type":"numeric"}],
  "records": [
    [1,"UMKM",2023,4],
    [2,"NON UMKM",2023,3],
    [3,"NON UMKM",2024,37],
    [4,"UMKM",2025,1],
    [5,"NON UMKM",2025,14]
]}
