Background
Noticed that we have pagination for the AllIntermediaryAccounts query in the superfluid module proto definitions((cref:https://github.com/osmosis-labs/osmosis/blob/main/proto/osmosis/superfluid/query.proto#L154-L161), but we're not correctly supporting pagination for the query(https://github.com/osmosis-labs/osmosis/blob/main/x/superfluid/keeper/grpc_query.go#L89-L106)
Suggested Design
Add support for pagination for this query, examples of using pagination can be found in the gamm module or the incentives module.
Acceptance Criteria
- Pagination support for
AllIntermediaryAccounts query in Superfluid module has been added