When I ask for a limit of 10 files, (it is the same behaviour if I ask 1000 files), the api seems to don't take this into account: ``` > lung_bam = a$api(path = "query", body = body, method = "POST", limit = 10) > lung_bam$count [1] 100 ```
When I ask for a limit of 10 files, (it is the same behaviour if I ask 1000 files), the api seems to don't take this into account: