When calling /2/files/list_folder with include_media_info = true the API is returning an empty set on a folder that I know contains files. I can see the files in the Dropbox website and also in my desktop dropbox.
If I call /2/files/list_folder with include_media_info = false I get the listing of all the files in the folder as I expect.
I noticed the issue in my application today and can see the same behaviour when using the API Explorer. My application is built around using this media info so I am certain that the same calls were working previously.