ordersCount missing from customer

In my checkout extension I am getting the customer using the useCustomer hook.

In the documentation it suggests there is an ordersCount property, but this doesn’t seem to be present for me, I am using 2025-07 api and have updated to the latest package.

I can see all the other properties, including name, email etc

Have you also updated the api_version in the shopify.extension.toml file?

I believe you need to upgrade that in tandem with the package in order to use that specific API version.

Thank you for replying - yes I have updated both the .toml file and the packages. I am seeing a property called storeCreditAccounts which isn’t actually documented too!