Rename Repo in Deepsource?

In Azure DevOps, I have projects with similar repo names. Ex:

- Project 1
  - api
  - web
  - infra
- Project 2
  - api
  - web
  - infra
  - services

As you can see, the code repositories can be similar (e.g., api repo exists in both Project 1 and Project 2). In Deepsource, this can be difficult which repo is which because it simply shows api.

This functionality is similar in SonarQube, but they allow me to change the name.

Is there a way that I can change the name in Deepsource to differentiate between which api repo it’s reporting on (e.g., “Project 1 - Api” vs. “Project 2 - Api”)?

(FYI, I’m trying to move off of Sonar*, but I need some help here.)

Thanks.