Hi, i'm new to supabase and trying it with my first project now. I creating a images gallery. And I have created a table, with a column (img), but i have also created a storage, how could I upload images to storage, so I can later use them in maybe the table or on my next js page? I don't really know how to connect the folders/images i store in storage to my table or next application.