belongsToMany('App\Playlist'); } public function getNameAttribute() { return $this->title . ( $this->author ? " ($this->author)" : "" ); } public function getPlainKeyAttribute() { // TODO: Validate that this is plain. return trim($this->key, "m"); } }