Returned Values String List Datatype

Hey there! Im calling an API with get and entered the response manually as you see here

Now the returned Values, include a value “Categories” which is a list of strings. For example as seen above in the screenshot “Winter”, “Regular”
The datatype is “text” as seen in this Screenshot (blue marked"

Now I triedto work with the values I get from this API call and everything woks fine, just the categories (list) doesent work. What datatype I have to set this to in order to make it work?

Thanks in advance for any replies!

The type seem correct. On left you can see that it’s detected as a list of type text.