I have the following "node hierarchy": (:MediaHost) has multiple (:Bucket)s and each bucket can have multiple (:MediaFile)s and are related like so:
(h:MediaHost)-[:HAS_BUCKET]->(b:Bucket)-[:LINKS_TO_FILE]->(f:MediaFile)
So, for getting 2 files from ...