From the docs it appears that storage.list_files(bucket_id) should get all of the files in a bucket when run. However, it only seems to return 25 of them. Looking at older versions of the docs it looks like there used to be a param to adjust this.
How should I get the complete file list?
Summary
The user is experiencing an issue where the Python backend API is only listing the first 25 files, instead of all of them. They have read the documentation and noticed that there used to be a parameter to adjust this, but it is no longer present in the current version. They are asking for guidance on how to get the complete file list.
Solution: The user later realizes that the pagination options have been moved to the query parameter. They provide a link to the documentation on pagination for reference.