I have a conversations node which contains straightforward subnodes such as displayMessage and conversationName, but also larger subnodes such as messages which hold info on all messages sent within the conversation. Is there a way to observe data only from specific subnodes, since I want to fetch data on the imageUrl, name, and displayMessage but I don't want it to fetch data on all the messages since with a giant list of messages it would unnecessarily use up a lot of data.