Hi prag,
I am working it now (already for quite some time now ), but what I am going to do with this:
Information or properties or text (however you want to call it) is saved in an IPLD dag with .object-api , traversable by a path. Since it is not really possible to store reasonable sized files in IPLD, I came-up with the solution to just store (in the IPLD dag) the hash of the file as plain information (so not as link). This way the file becomes traversable by path
To get the hash of the file you need to ad it first of course with .add or MFS .files-api and use .stats
I hope this can help you!