I'm getting from api {"bmw":[{"year":2022, "color": "black", "perfs":{"bmw":{"model": "x5", "county": "Germany"}}, "price":35000}]}
How can I get the values of the model and country by the typescript, map() function?
I am trying to get the value of the country and model of the car, to show in a table in the frontend.