If the serializer "record" is used then a limit of -1 returns no records instead of setting no limit
What happens:

Expected Result:

I think the issue is at line 163 and 172 of https://github.com/ArcadeData/arcadedb/blob/main/server/src/main/java/com/arcadedb/server/http/handler/GetQueryHandler.java
1 is added to the value, which would turn -1 into 0
If the serializer "record" is used then a limit of -1 returns no records instead of setting no limit
What happens:

Expected Result:

I think the issue is at line 163 and 172 of https://github.com/ArcadeData/arcadedb/blob/main/server/src/main/java/com/arcadedb/server/http/handler/GetQueryHandler.java
1 is added to the value, which would turn -1 into 0