Raphtory
Raphtory copied to clipboard
When we do a page, we should return a count of how many items there are in total so the user knows when to stop
I know you can basically keep increasing the offset until the result is < the limit, which means you reached the final page, would be nice to have a total count so you are aware how long it is.