def load_accounts
    return [] if hide_results?

    scope = default_accounts
    scope = scope.not_excluded_by_account(current_account) unless current_account.nil? || current_account.id == @account.id