This task creates an activity scoped view model, API calls and DB queries for the YearInReview feature. The API call will support the EditCount page and the DB queries will support the ReadCount page following the personalized flow of the Figma design
Expected Results
The API call will fetch a list of user contribs from usercontribs and return the total count of contributions to the EditCount page.
The DB queries will access the HistoryEntry table and return the total amount of entries as well 3 random apiTitles entries to the ReadCount page.