Some fields does not exists. ``` php $attributes = get_object_vars($adapter_profile); foreach ($attributes as $k => $v) { $profile->$k = $v; } return $profile; ```