List view data is missing data attributes

I made a list view (new) component and fed it an array where each item has 10 attributes:

image

However, when I try to access the attributes of the items, I'm only able to access 5 of them. For example, "Budget Range" is missing from the list below but it appears in the data preview above.

image

Hello, attributes with spaces may not appear in autocomplete, but you can access them like this:

{{ listView1.data[0]["Budget Range"] }}