i have a database collection, where i have stored some informations about a place e.g name address and so on. And each place could have multiple images. So i come up with storing them in storage and link all the images url/id in database. My first question is, is it a good idea to do so, if yes what is the best way to structure my storage? Do i need to create for each place a bucket? Would be happy for any help on that.