*/ public function rules(): array { return [ 'date' => ['nullable', 'date_format:Y-m-d'], 'media' => ['nullable', 'array'], ]; } }