string
CustomerModel
//ExampleResource.php//...class ExampleResource extends Resource{ protected static bool $shouldCheckPolicyExistence = false; // setting this to false solves the problem //...}