Groups page workflow review groups.
@override Future<Page<WorkGroup>?> groups(Paging index, {Context? ctx}) async { return await _h.invoke(this, _methods['groups']!, [index], ctx); }