Data in weweb pulling from xano api not show all data in json

So I am pulling data from xano into weweb which is working. After that I added a few more tables to xano and adjusted the api in xano, tested in swagger and all fields and data are showing
example below

{
    "id": 2,
    "cost": 450,
    "image": null,
    "name": "Monitor",
    "iwmodels_id": 2,
    "model": "1666219596519x164558438470778880",
    "make": "1666219561048x633856965790662700",
    "organization": "1664214053067x248063402717741060",
    "type": "1666219549812x882665376213106700",
    "Creation_Date": "2022-10-19T22:48:00.508Z",
    "Modified_Date": "2023-01-08T23:22:34.572Z",
    "Creator": "1664213945680x602171940351345700",
    "unique_id": "1666219680074x919290405160222700",
    "txtMake": "Samsung",
    "txtModel": "32\" Curved",
    "txtType": "Monitor"
  },

But when I go to Weweb and refresh the API it shows the new field but all the data as blank. I can’t seem to figure out what is going one.

See attached screenshot from weweb