if (isset($rs['nextphoto']) && is_array($rs['nextphoto'])) {
                $return['next'] = array(
                    "id" => $rs['nextphoto']['id'],
                    "title" => isset($rs['nextphoto']['title']) ? $rs['nextphoto']['title'] : "Untitled"
                );