export const schema = new Schema(
  {
    babyId: String,
    date: { type: Date, default: Date.now },
    height: Number,