Core Concepts
Basic usage
Getting started with builder syntax and decorators
Entity definition
Creating instances
Overriding and excluding
Use the fluent builder to override or exclude fields. Call set/without after any relevant with() calls.
In v2, the old .new()/.create() APIs are replaced by a fluent builder: .one()/.many() with .with(), .set(), .without(), and .make()/.plain().