// Create a model for the user profile const UserProfile = mongoose.model('UserProfile', userProfileSchema);