I casting an object and I got an updated `__proto__` ``` const customerDiff: any = detailedDiff(this.customer, this.form.value as Customer); ``` ``` { __proto__:Object {...} } ``` Can I ignore it?