Where are the Response validation issues against API spec kept?

When a Collection is linked to an API spec, responses seem to get validated, and any discrepancies show up as “Issues” next to the Request name…Shown here:

But when I go to the API interface, and “Review Issues,” these issues are nowhere to be found!
Am I looking in the wrong place? I’ve tried linking the collection to every test option the API interface offers and never see them.

Every solution I see for validating responses against the schema seems to involve using an external library and doing it in the actual test scripts… But Postman is clearly doing some validation on its own without this. How can I get access to those results?

Thanks!