1. Is it possible to limit the number of item return from the list_folder method ? For instance there are 300 item in a folder, but we only want to return the first 100 item, can we passing a limit value to the parameter so it will only return 100 item at a time ?
2. Also, it it possible to filter out which kind/type of file we want to return from the list_folder method ? For instance I only want to retrieve images and not any other file types
Thanks,
Phuong