Mr.ppDulceOriginal post
Rank 1: Thread
Hello I’m using the web client sdk to get a list of all my files in a specific bucket, I get 27 as the total but 25 files in the response am I missing something. Where are the other two files?
Summary
The user is having an issue where the `listFiles` function in the web client SDK is only returning 25 files even though there are 27 files total in the specified bucket. The solution is to adjust the `Query.limit` value to a higher number, such as `[Query.limit(100)]`, to explicitly specify how many files to retrieve.