Groups page workflow review groups.
@MPI(name: "mesh.workflow.groups") Future<Page<WorkGroup>?> groups(Paging index, {Context? ctx}) { throw UnimplementedError('groups() has not been implemented.'); }