Hi, When I try function: `uniq()`, I wonder the definition of Equals because [doc of uniq()](https://github.com/jsonquerylang/jsonquery/blob/main/reference/functions.md#uniq) not constraint type of arrary items. From current https://jsonquerylang.org/ : input: `[[1], 5, 3, 3, [1]]` query: `uniq()` output: `[[1], 5, 3, [1]]`