const users: { [key: string]: UserSchema & { _id: ObjectIdSchema } } = {
  user1: {
    _id: testingDB.id(),
    username: 'User 1',
    role: 'collaborator',