I\'m trying to implement an API using OData with DTOs using .NET 5.0
[EnableQuery] public IActionResult Get(ODataQueryOptions options) { ..