Hello! I am trying to use a command to return all of my files from my bucket. This is the cmd I am currently running: "appwrite storage list-files --bucket-id <BUCKET_ID> --json > appwrite_files.json" It only returns 25 of my storage files. I need it to return everything I have in there.
TL;DR
The developer is experiencing an issue where the "appwrite storage list-files" command only returns 25 files from their storage bucket instead of all files present. To retrieve all files, they can paginate the results by specifying the limit parameter or try using the "offset" parameter in the command to iterate through all files.