Metadata shared by all relation properties.
The name of the inverse property on the target, e.g. 'user' if Posts has @ManyToOne(() => User, 'post').
@ManyToOne(() => User, 'post')
A function returning the target class, used to avoid circular import issues.
Metadata shared by all relation properties.