MongoDB schemas and data structures in MentraOS Cloud
packages/cloud/src/models/
{ timestamps: true // Adds createdAt and updatedAt }
{ deletedAt: Date, isDeleted: { type: Boolean, default: false } }
{ userId: { type: Schema.Types.ObjectId, ref: 'User' }, organizationId: { type: Schema.Types.ObjectId, ref: 'Organization' } }
developerId
organizationId