How can I distinguish Review comments from other comments on an MR?

When commenting on a Merge Request there’s an option to add a single comment, or start a Review. Multiple comments can be added to a Review, so clearly there’s some concept of those comments being associated with each other. However once the Review is submitted we can’t see any distinction between comments that were part of the Review and comments that were just added individually.

Our team would like to use Reviews to indicate things that need to be fixed before an MR can be approved, and individual comments for other thoughts/suggestions/etc. Is there a way to do this? I couldn’t find anything in the forums or documentation related to this.