filterFilledRecursive([ 'first_name' => $this->firstName, 'last_name' => $this->lastName, 'date_of_birth' => $this->dateOfBirth, 'identification_number' => $this->identificationNumber, 'id_country' => $this->idCountry, ]); } }