I have a type array<T> that i made a type view for like this: array<?> -> rows($, Capacity, Count, array(Data, Count))
In my project, i have a struct with the following member; array<upgrade_info> Upgrades[stage_Count];
When i go to view that member, it looks like this:

So the type is correctly deduced as can be seen in the type column, but the watch window doesn't correctly expand this to a 5 element c-array of the type view i set up.
Manually viewing an individual c-array element does work:
