# Metric Scope Plan 1. Keep the table's primary metric named `Avg Downloads / Month`. 2. Calculate `Avg Downloads / Month` from all-time downloads divided by model age in months. 3. Support two metric scopes in the UI: - `Grouped repos`: sum downloads, all-time downloads, and likes across related repos. - `Representative repo`: use only the main repo shown in the Model column. 4. Default to `Grouped repos`. 5. Keep default sorting on `Avg Downloads / Month`, and make sorting follow the selected metric scope. 6. Show all-time downloads and recent Hugging Face downloads under the average downloads/month value so the scope is clear. 7. Calculate `Avg Likes / month` from likes divided by model age in months, using the selected metric scope. 8. Explain the metric scope, rate formulas, and minimum download cutoff in the bottom info section.