diff --git a/SchengenVisaApi/Domains/ApplicantDomain/Applicant.cs b/SchengenVisaApi/Domains/ApplicantDomain/Applicant.cs
index 21c3e5f..9f95507 100644
--- a/SchengenVisaApi/Domains/ApplicantDomain/Applicant.cs
+++ b/SchengenVisaApi/Domains/ApplicantDomain/Applicant.cs
@@ -11,6 +11,9 @@ namespace Domains.ApplicantDomain
/// Full name of the
public Name Name { get; set; } = null!;
+ /// Passport of
+ public Passport Passport { get; set; }
+
/// Date of birth of the
public DateOnly BirthDate { get; set; }