*/ public function rules(): array { return [ 'with_real_data' => ['nullable', 'boolean'], ]; } }