### Background
This year we would like to offer logged-in users their top read articles for Year in Review.
### Requirements
- User must be logged-in
- This slide is agnostic of primary language
- User should see the top 5 articles they visited most frequently
- Use [[ https://www.figma.com/design/NhCAbzD1sGjBMoK8tN47ot/iOS---%3E-Year-in-Review-v3?node-id=374-4550&t=mWq9WZxwJaXbIxBY-1 | placeholder image ]] until contractor provides new image
### Engineering Notes
- Create a new slide data controller for populating and persisting this new slide data. Data can be fetched from the `WMFPageViewsDataController`'s `fetchPageViewCounts` method. Ensure the top 5 articles are persisted with this slide data.
- Create new V3 slide
- Lean on WMFYearInReviewSlideStandardViewModel + WMFYearInReviewSlideStandardView for this. Ensure new slide is only inserted when V3 developer setting is enabled (slides are inserted in the WMFYearInReviewViewModel).
- Ensure sharing individual slide still works well
#### Test notes
1. Delete all Wikipedia apps on device. Fresh install the app (White icon, 7.8.2 (5832)). Ensure device is logged in.
2. Navigate to a bunch of different articles varying amounts (note roughly which ones had the most visits)
3. Enable YIR v3 in dev settings
4. Terminate app, relaunch.
5. Navigate to profile
6. Year in review
7. Scroll through the slides until you see Your Top Articles slide
8. Ensure they align with step 3
9. Feel free to repeat 3-4 as needed to ensure changing of rankings