If I have a model loaded from database, $a, and I add another model to a hasMany relation, $a->Relation[] = $b, should $a->state() be dirty?