### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug BUG:  Step to reproduce: - checkout branch "release/6.3" - Execute \examples\AspNetCore\OData\ODataOpenApiExample\ - Call https://localhost:5001/api/Orders?api-version=2.0&top=1 I assume that the parameter "top" generates exceptions for all OData examples having `options.Validate` or [EnableQuery]. ### Expected Behavior Response 200 ### Steps To Reproduce _No response_ ### Exceptions (if any) Microsoft.OData.ODataException: 'The limit of '0' for Top query has been exceeded. The value from the incoming request is '1'.' ### .NET Version net6.0 ### Anything else? _No response_