ResponsePaginator.__len__ should never return None
It should return 0 by default. When an API exception occurs, this may break high-level code
Edited by Bastien Abadie
It should return 0 by default. When an API exception occurs, this may break high-level code