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