No soccer data in this database yet. Seed it from ESPN: python manage.py migrate && python manage.py seed_soccer (~12 throttled calls, well under a minute ยท details in docs/SOCCER_BACKFILL.md)
โ† Premier League

Leaders ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ Premier League ยท 26-27

Goals

Top 0
No goals on record yet for Premier League. Statlines are harvested from completed matches, so a league that hasn't kicked off โ€” or one we haven't harvested โ€” shows nothing rather than a fabricated board.
python manage.py sync_soccer_lineups --league premier-league then python manage.py compute_soccer_season_stats --league premier-league
Harvested from ESPN match summaries โ€” the same payload that provides lineups. ESPN publishes no minutes for soccer, so appearances and starts are the playing-time measure; nothing here is estimated.