[API Connector] Do List Data Types show up?

Hi. So I am employing Bubble API Connector.

I have my own API calls into a bubble project and I am using Bubble API Connector. When I initialized one of the calls one of the data is not showing up but when I click on Raw Data it’s there.

This data type is a list of strings. Are there limitations with Bubble API Connector?

Example (when initializing Bubble API connector shows):

name (text)
date (text)
quantity (number)

But Raw JSON should be:

{
name: “bob”,
date: “july 4, 2021”,
quantity: 1,
type: []
}

Can someone tell me what is going on?