Type '(company: Company) => CompanyTransformed' is not assignable to type '_Transform<CompanyTransformed, CompanyTransformed>'. Types of parameters 'company' and 'input' are incompatible. Type 'CompanyTransformed' is not assignable to type 'Company'. Types of property 'employees' are incompatible.