|string> */ public function rules(): array { return [ 'type' => ['nullable', 'string', Rule::in(Brand::types())], ]; } }