Open pedrolti0 opened 1 year ago
Line 89 : $count = [int] $response.Headers["X-Total-Count"][0] Count value is not correct due to the [0]
Good value with : $count = [int] $response.Headers["X-Total-Count"]
Line 89 : $count = [int] $response.Headers["X-Total-Count"][0] Count value is not correct due to the [0]
Good value with : $count = [int] $response.Headers["X-Total-Count"]