if (Array.isArray(humanCertifications)) {
        human = humanCertifications.some((cert) => cert && cert.form && cert.form.year);
      }