Open
Description
Please verify the following:
- This issue is related to the Virtual Interns First Steps document or Planet User Manual.
- You have searched for relevant keywords in recent open and closed issues to avoid duplicates.
URL to the MDwiki page containing the problem
https://open-learning-exchange.github.io/#!./pages/vi/../track-first-steps-progress.md
Problem
The progress tracking page doesn't show the number of comments made by a virtual intern.
Screenshots (when necessary)

Proposed solution(s)
Can achieve this by adding a new function to fetch the number of comments a user has made on existing issues. GitHub's API does not directly provide a way to search for comments by author across all issues in a repository. However, we can fetch all issues and then iterate through each issue to count the comments made by the specified user.