belongsTo(Album::class); } public function getThumbnail() : string { return route('image.show', $this); } }