I have two tables:
Galleries (fields: id, name)
GalleryImages (fields: id, galleryId, imageSrc)
I want to make a list of all galleries, where I also select the imageSrc of ONE image to each gallery. I have tried some join statements, but no matter how I do it, it always returns a row for EACH picture in EACH gallery

