💡 Feature request
Feature Name
Model Factories Should Create Child Fields
The Desired Behavior
When I create a model with a factory, I want the child fields of that object to be populated.
There should be chainable prepare methods that specify which child fields to populate during create.
Your Use Case
I would like to test with the most realistic objects possible.