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