I'm facing an issue where I want to show the user's friendly name in a conversation, but it looks like the Message resource only returns the identity string as the message author.
I attempted to retrieve the conversation participants, generate a new array with the messages, and include a new field with the friendly name for each message. However, I don't believe this approach is the most efficient solution.