paginate response in type-graphql code example Example: graphql first 20 items { hero { name friends(first:2) { name } } }