Use Lookahead for work item's children field
We have some preloading in place to prevent N+1 queries during authorisation, but we should use Lookahead
with the existing WorkItems::LookAheadPreloads
to avoid some of the N+1s observed when fetching widgets for the child work items.