Maybe something like this: ```python re3data.repositories.list(count=True) ``` ```bash $ re3data repository list --count 3226 ``` This is especially interesting combined with searching and filtering. ```bash $ re3data repository list --query=biosharing --count 1 ```