I want to version certain custom attributes below is just an idea ```php protected $versionableCustomAttributes = ['comment']; public function getCommentAttribute() { return $this->comment->content; } ```