After the model is saved in the afterSave method, the attributes of the object are old and $changedAttributes is also empty.
public function afterSave($insert, $changedAttributes)
{
var_dump($this->depth); //old value
var_dump($changedAttributes) //empty
}