Some time ago we had hasChildren field removed and minimal fix in CS.
The idea is that we are now using find operation to calculate if a content has children, and that means we can send total hits to the frontend instead of long gone hasChildren field (can be useful in grids/lists).
- Investigate on replacing 'hasChildren' field with 'totalHits'
- Replace it both on back(resource,json etc.)/frontend parts
Some time ago we had hasChildren field removed and minimal fix in CS.
The idea is that we are now using
findoperation to calculate if a content has children, and that means we can send total hits to the frontend instead of long gone hasChildren field (can be useful in grids/lists).