v0.1.6 - Implement Lazy Loaded Relationship Fields
Added support for declarative relationships between models using type annotations on the model classes. It uses two generic classes that take a type parameter that is the model that should be linked to the relationship.
LazyLoadEveryRelated
loads all related models into a listLazyLoadTheRelated
loads a single related model
See the ReadMe for detailed explanations of the API.