'required|string|max:150', 'description' => 'nullable|string', // 100MB max (Laravel uses kilobytes) 'file' => 'nullable|image|max:102400', ]; } }