datascript

Oliver Marks 2022-06-17T12:47:27.004479Z

is there a way to group values in a vector or set in an aggregate, so i return something like this {:id 1 :count 3 :entities [1 2 3]} so in essence :entites are the values I counted ?

Oliver Marks 2022-06-18T12:53:46.854009Z

to answer my own question distinct in the find seems to do what I require :)