This enhancement adds a queryFirst(x) method to FetchConfig.
This means that the query() method will batch load all beans on the path, and queryFirst() will instead only load the first batch.
Fixed in HEAD.