`File.get_namespaces_count` has the following signature: ```py def get_namespaces_count(self, str ns) -> int: ``` It returns a single int representing the number of articles in the namespace `ns`. I suggest we rename it to `get_namespace_count()` (singular).