T - the data of which we paginated overpublic interface SimplePaginatedData<T> extends java.lang.Iterable<T>, SimpleConnection<T>
NOTE: this interface extends Iterable. The data is retrieved from the "iterator" function. Please implement the iterator with data structure that has order
getData, getEdges, getPageInfo, getTotalCount