When using the API list_folder (event with the API explorer), the results in path_display are not consistent.
For example if I start with /CLIENTS
I 'm getting a bunch of results and the results have all the rigth format for path_display
/CLIENTS/Client1
/CLIENTS/Client2
/CLIENTS/Client3
....
But if I start with /CLIENTS/Client2, I'm also getting a bunch of results, but everything in path_display is in lower case now
/clients/client1/file1.txt
/clients/client1/file2txt
/clients/client1/file3.txt
....
It doesn't matter the folder, it's happening each time you are going 2 levels down.
Is there some way to go around that?