filterFilledRecursive([ 'name' => $this->name, 'email' => $this->email, 'document' => $this->document, 'type' => $this->type, 'birthdate' => $this->birthdate, 'monthly_income' => $this->monthlyIncome, 'professional_occupation' => $this->professionalOccupation, 'phone_numbers' => $this->phoneNumbers, 'address' => $this->address, ]); } }