REST API skips some assets /components

Hi
I’m using the assets REST API as below - to get a list of all the assets.

curl -u admin:password -X GET 'http://192.168.1.100:8081/service/rest/v1/assets?repository=MY-RAW_REPO

This seems to skip some assets - which I can see through the browser interface - but for some reason does not appear in the REST API output.

This is for a raw repository - are there any restrictions of any kind on the file names? The list is not very long - maybe ~25 assets /

I found the issue - I missed checking on the pagination part - need to check the existence of the continuation token !