// Define Schema for Files const fileSchema = new mongoose.Schema({ name: String, category: String, link: String });