if (json.emails.other) {
      profile.emails.push({ value: json.emails.other, type: 'other' });
    }