It seems that the [repo.query](https://github.com/boonproject/boon/blob/6b1319b330027553d8b4013ff2cbb19d88ba4e3d/boon/src/main/java/org/boon/datarepo/SearchableCollection.java#L95) is returning more items than the total number of items saved in repo (my repo has `10` items but `repo.query` returns `12`). I will try to create a reproducer.