public function author() { return $this->belongsTo(Author::class)->withDefault([ 'name' => 'Someone' ]); }