Hello,
I need to attach data counter to my reuslts, so i can send it togehter to my fractal transformer (withCollection).
$cars = find();
$this->api->withCollection($cars, new CarsTransformer());
I need to have results counter for, pagination on front end (AngularJS). Is any1 know how is this possible to do this?
Thank you