When you list all communities by GET /communities, you get all the communities in a communities array, you can also page them using page and size query parameters, but no pageInfo object is returned, which is required for further pagiation on the front-end.
The issue
When you list all communities by
GET /communities
, you get all the communities in acommunities
array, you can also page them usingpage
andsize
query parameters, but nopageInfo
object is returned, which is required for further pagiation on the front-end.