static async addUser(newUser) {
    try {
      return await database.user.create(newUser);
    } catch (error) {
      throw error;