Mastodon should be able to display Image, Audio, Video, Article, Page and Event:
https://github.com/mastodon/mastodon/blob/v4.1.6/app/lib/activitypub/activity.rb#L9
However, these types are partially supported. If I remember correctly, Mastodon only displays the value of name property and appends the URL of the object. Maybe also summary. There's an open issue about changing this behavior: https://github.com/mastodon/mastodon/issues/24079