This code is when using the JS language How to write in JSON @Index("name2-idx") @Index(["firstName", "lastName"]) @Index(["lastName", "middleName"]) @Index(["firstName", "lastName", "middleName"], { unique: true })