No matter what page size I send it always only returns one item.
I’m calling signerClient.NCW.getSupportedAssets({ pageSize: 50 })
from the backend and it just returns one item, sending a page size parameter changes nothing:
Is there an easier way to get ncw supported assets without having to make an api call for every single item?