Path Parameter as String Array Not Shown

The fact that path parameters with the “…path” spread pattern are string arrays in the PageParams DataProviders is not reflected in the DynamicValue Code Section, and also in the autocomplete it is shown as $ctx.params[“…path”] but that does not exist and it should show $ctx.params.path as string array