nestjsx-crud
my request like this
parsed url = ?join%5B0%5D=app&limit=10&page=1&offset=0
It doesn't work, but if I change to join=app it works
parsed url = ?join%5B0%5D=app&limit=10&page=1&offset=0
It doesn't work, but if I change to join=app it works