Const
Decorator for creating a has-one relationship between models. Sets up a one-to-one relationship where a model has exactly one related model.
Factory function that returns the related model constructor
Optional
resource: stringOptional custom resource name for the relation
A property decorator function
Alias for HasOne decorator. Used for better semantic meaning in certain relationship contexts.