Design Spec from T296214:
The table should appear the same as tables output by TablePager; however, there will only ever be 50 results maximum: https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/services/similar-users/+/refs/heads/main/similar_users/wsgi.py#58
TablePager expects results to come from the database, but in this case, the results will come from an API call to an external service. Does this make it difficult to use the TablePager?
The investigation should consider:
- Is it easier to allow full pagination of these results anyway?
- Is it better not to use the pager functionality, but only the <table>-building functionality?
