Hey,
I would like to connect a storage file with a collection entry.
Imagine an Instagram clone, where I have a "post" collection, that has "tags", "description" and so on. And now I need to add the picture to that post. How can I do that?
TL;DR
Developers asked how to connect a storage file with a collection entry, wanting a relational approach like with other collections. They were advised to fetch the file ID and add it as a string in the database.