So after getting a document calling fetch_all_links() works however when using the keyword argument it doesn't. Thus you can't do queries comparing the linked document properties. For example the below would not work:
doc = await House.find_one(House.front_door.color == 'Blue', fetch_links=True)