foreach ($Album->getImages() as $Image) {
                    if (!$Image->hidden) {
                        $data['featured_photo'] = $Image->id;
                        
                        $this->db->update("gallery_mig_album", $data, array("id = ?" => $this->id));