Thoughts
Updated per-season numbers. Unless I post like 10 times tomorrow, which I might, who knows, this is representative of the end of Fall 2021.
```
>>> [(p.formatted_name, p.get_all_entries().count()) for p in pagination.get_all_pages()]
[('Fall 2021', 379), ('Summer 2021', 375), ('Spring 2021', 317), ('Winter 2020', 410), ('Fall 2020', 584)]
```