Hi,I am building a REST endpoint which1.) should execute some QueryBuilder queries based on the parameters passed to the endpoint,2.) return the Sling models for the resources found by the QueryBuilder.Point 1. is simple.I have some concerns around point 2., where the hits returned by the QueryBuild...