fetchInvites (): Promise<LaundryInvitationHandler[]> {
    return LaundryInvitationHandler.lib.find({_id: this.model.invites})
  }