Is it possible obtain something like that? ``` const userSchema= lounge.schema({ name: String, father: User // type of father is User itself }) const User= lounge.model('User', userSchema) ```
Is it possible obtain something like that?