Filtering by items with Content Versioning enabled that have alternative versions?

I’m trying to work out some sort of edit / review / approval process existing items, and am playing around with the Content Version system which seems to be ideal.

But once a user has created a new version of an exiting item, I can’t figure out a way of another user filtering the collection view to see any items that have alternative versions that may need promoting.

Is there no way of doing this currently in the console? Thanks!

Applying permissions to Content Versions is somewhat limited as the version data itself is not actually part of the collection it was created for.

I’d recommend adding a status field to the collection and creating permissions of who can “see / edit / approve” what based on that status field. A tutorial of how this would work can be found here: Build Content Approval Workflows with Custom Permissions | Directus Docs