if (!isset($data['featured_photo']) || !filter_var($data['featured_photo'], FILTER_VALIDATE_INT) || $data['featured_photo'] == 1) {
            foreach ($this->getImages() as $Image) {
                if (!$Image->hidden) {
                    $data['featured_photo'] = $Image->id;