# Guide

- [Getting Started](/4.1.0/guide-1/getting-started.md)
- [Defining An Entity](/4.1.0/guide-1/getting-started/defining-an-entity.md)
- [Subclass Entities](/4.1.0/guide-1/getting-started/defining-an-entity/subclass-entities.md)
- [Retrieving Entities](/4.1.0/guide-1/getting-started/retrieving-entities.md)
- [Working with Entities](/4.1.0/guide-1/getting-started/working-with-entities.md)
- [Creating New Entities](/4.1.0/guide-1/getting-started/creating-new-entities.md)
- [Updating Existing Entities](/4.1.0/guide-1/getting-started/updating-existing-entities.md)
- [Deleting Entities](/4.1.0/guide-1/getting-started/deleting-entities.md)
- [Query Scopes and Subselects](/4.1.0/guide-1/getting-started/query-scopes-and-subselects.md)
- [Relationships](/4.1.0/guide-1/relationships.md)
- [Relationship Types](/4.1.0/guide-1/relationships/relationship-types.md)
- [hasOne](/4.1.0/guide-1/relationships/relationship-types/hasone.md)
- [hasMany](/4.1.0/guide-1/relationships/relationship-types/hasmany.md)
- [belongsTo](/4.1.0/guide-1/relationships/relationship-types/belongsto.md)
- [belongsToMany](/4.1.0/guide-1/relationships/relationship-types/belongstomany.md)
- [hasManyThrough](/4.1.0/guide-1/relationships/relationship-types/hasmanythrough.md)
- [hasOneThrough](/4.1.0/guide-1/relationships/relationship-types/hasonethrough.md)
- [belongsToThrough](/4.1.0/guide-1/relationships/relationship-types/belongstothrough.md)
- [polymorphicBelongsTo](/4.1.0/guide-1/relationships/relationship-types/polymorphicbelongsto.md)
- [polymorphicHasMany](/4.1.0/guide-1/relationships/relationship-types/polymorphichasmany.md)
- [Retrieving Relationships](/4.1.0/guide-1/relationships/retrieving-relationships.md)
- [Querying Relationships](/4.1.0/guide-1/relationships/querying-relationships.md)
- [Relationship Counts](/4.1.0/guide-1/relationships/relationship-counts.md)
- [Ordering By Relationships](/4.1.0/guide-1/relationships/ordering-by-relationships.md)
- [Eager Loading](/4.1.0/guide-1/relationships/eager-loading.md)
- [CBORM Compatibility Shim](/4.1.0/guide-1/cborm-compatibility-shim.md)
- [Collections](/4.1.0/guide-1/collections.md)
- [Custom Getters & Setters](/4.1.0/guide-1/custom-getters-and-setters.md)
- [Serialization](/4.1.0/guide-1/serialization.md)
- [Interception Points](/4.1.0/guide-1/interception-points.md)
- [Debugging](/4.1.0/guide-1/debugging.md)
- [FAQ](/4.1.0/guide-1/faq.md)
