Multiple lists in view advice

Hi, I’ve been looking over the forum around vertical list view and short lists and would welcome any advice for what I am trying to achieve.

I am working on a sports style app where a group/league will have a leaderboard and list of match results. The user can switch between these views using tabs.

My initial approach was to have a group being hidden/shown for the relevant tab: leaderboard or results and then have a shortlist for each data type.

The question here is, I think the data types contradict the view set up approach. The match results may be a large data set up overtime so suitable for a vertical list whereas the leaderboard will be better suited for a short list. Having the page view as a vertical list I think then negatively impacts having multiple tabs with different content types in the same view.

Any thoughts welcome here as to what ‘best practice’ may be here….

Thanks.

Thinking about it, for match results I could use a short list and have filters to control the length, for example for year and month so it will only ever return a smaller set of results….