Hello experts. The graphql-kotlin project looks great to me, but one tiny point in the ktor example was unclear. In the dataloaders, the entities are searched for based on a set of ids
Book.search(ids.flatten())
, and the resulting list is then filtered for only those that match that same set of ids