{
  "fields": [{"id":"_id","type":"int"},{"id":"2021","type":"text"},{"id":"2022","type":"text"},{"id":"2023","type":"text"},{"id":"2024","type":"numeric"}],
  "records": [
    [1,"","",null,null],
    [2,"5","5","5",5],
    [3,"-","-","3",3],
    [4,"-","-","1",1],
    [5,"5","5","9",9]
]}
