INTERFACE
contract for paginated results
interface PagingInterface {offset: Int! total: Int! max: Int! }