Reputation: 623
Anyone knows a better way to show the total count of registers from some request?
pagination: {
start: 0,
limit: 2,
more_items_in_collection: true,
next_start: 2
},
SUMMARY: {
total: 666,
pages: 333
}
Edit: The reason for this question is that when you have lots of data to import/process seems reasonable to see how many records did you processed and until when it will be running.
Upvotes: 1
Views: 776