Best way to access merged documents

Is there any other way to access the $merged document than to query for them again?

Example user request X → We aggregate X → $merge X and want to send this new X for the user as response too. At the moment we stupidly query again for the merged results.

How to do it the right way?