facets([ ImageFacet::COVER_SMALL, ImageFacet::COVER_LARGE, ]); $this->action(fn (Studio $record, array $data) => (new AttachStudioImageActionAction($this->facets))->handle($record, $data)); } }