Delete Children records on delete
- Children defined using the Children class will automatically be deleted when the parent is deleted.
- This is a recursive call so the entire child tree will be deleted.
- Set $deleteChildren static field to false in the Record to disable.