I have 2 schemas: User and Product, User have array of products and Product have single user. Schemas looks like:
User:
@Schema() export class User {