In my Angular 11 typescript code I am getting back a few fields from the API in this format.

In my call to assign the response to a local var i need to swap those above values out and replace them with meaningful descriptions such as: "some description" instead of the numbers strings.
Here is my call to get data.
Open in new window