I'm looking for a way to mark unviewed media items (like in the thread_list, where the title is in bold if the thread is unread)
I noticed the mediaItem entity has a Viewed
relation.
How can I use it to check if the media item was viewed by the current user?
Thanks!