['nullable', 'string', 'max:100'], 'look' => ['nullable', 'string'], ]; } public function authorize(): bool { return true; } }