I'm using the /list_folder endpoint using the Dropbox-API-Path-Root header to display content from a team with shared dropbox. When I use the limit parameter with a value of 20 this returns 16 entries. However, if I then make an otherwise identical request with a limit parameter of 500 I would receive 40 entries.
These numbers are consistent. It always returns 16 rather than 20. It always returns 40 when requesting 500.
The documentation the limit parameter does state that it is an approximation and that sometimes more may be returned.
If I know that more than 20 entries exists (because a higher limit does produce more than 20) how do I determine why a limit of 20 would only return 16?