I have the following structure in my app:
MessageRecipients -> Message -> User Message -> Activity
where the
You can also achieve this in one line:
messageQuery.include( ["message", "message.user", "message.activity"] );