hay i am trying to move from mongoose to the mongo driver and i want to make a schema for my user collection and i need to make a unique fields the schema i want to build is
Users={
username: string ,unique,
email:string ,unique,
password,string,
nickname:string,
}