return callback(null, {
      displayName: info.photo.title._content,
      description: info.photo.description._content,
      imageUrl: _getImageUrl(info.photo.farm, info.photo.server, info.photo.id, info.photo.secret)
    });