user->is($user); } public function download(User $user, Playlist $playlist): bool { return $this->own($user, $playlist); } }