Hi @koblamic,
This is .NET 3.1 or .NET 5 app right? The only way to overcome this is to execute ToList() for the IQueryable used in the service method:
If you cannot upgrade your application to .NET6 you can either put this file in application ignore list and modify the code or you can create your own OutputFormatter similar to the one generated by Radzen in server/Data folder: