update project

This commit is contained in:
2025-11-04 18:20:19 +03:00
parent 0d1dcf21c1
commit 71f3f353ab
5 changed files with 386 additions and 43 deletions

View File

@@ -49,6 +49,12 @@ const companySchema = new mongoose.Schema({
type: Boolean,
default: false
},
metrics: {
type: {
profileViews: { type: Number, default: 0 }
},
default: {}
},
createdAt: {
type: Date,
default: Date.now