I have a RetoolDB with a column that has an array. I want to display only the string "store_id" in the array so the table will only show "123456, 698779, 235698". I tried using {{JSON.parse(item}} or {{JSON.parse(item.store_id}} but it didn't help. Any help would be appreciated!