This commit is contained in:
rgrgogu
2026-05-23 14:03:38 +08:00
parent b39e7a2939
commit bf48c95467
5 changed files with 175 additions and 87 deletions
+6 -6
View File
@@ -47,12 +47,12 @@ const userExclude = [
];
const computedAttributes = [
// {
// key: "memberCount",
// label: "Members",
// type: "number",
// order: 99, // adjust order as needed
// },
{
key: "groups",
label: "Groups",
type: "array", // tells the paginator this is a pre-joined association array
order: 5,
},
];
module.exports = { excludeAttributes, adminExclude, userExclude, jsonbSchemas, computedAttributes };