solvebio-python
solvebio-python copied to clipboard
Show number of pages when tabulating list output
Without showing the number of pages (or if there are more pages), it is hard to tell if a single page of tabulated results is complete or missing other items, e.g.:
SavedQuery.all()
vs
list(SavedQuery.all())