Greetings,
The /2/files/list_folder docs says about `has_more` “If true, then there are more entries available. Pass the cursor to list_folder/continue to retrieve the rest.”
- What is the max that /list_folder will return?
- Is there/can we have a way to indicate that we want all of them (so that we can avoid the need to complicate the app by needing to call `list_folder/continue`)?
Thanks!