IDataResult Interface
The shape every data provider expects your API or data handler to return. It carries the current page slice alongside the total record count needed for pagination.
Usage Example
Return this structure from your server API or
TPageDataHandler / TTreePageDataHandler implementation.