---
id: v1-account-aggregation-completed-stats
title: AccountAggregationCompletedStats
pagination_label: AccountAggregationCompletedStats
sidebar_label: AccountAggregationCompletedStats
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'AccountAggregationCompletedStats', 'v1AccountAggregationCompletedStats']
slug: /tools/sdk/typescript/triggers/models/account-aggregation-completed-stats
tags: ['SDK', 'Software Development Kit', 'AccountAggregationCompletedStats', 'v1AccountAggregationCompletedStats']
---

# AccountAggregationCompletedStats

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**scanned** | `number` | The number of accounts which were scanned / iterated over. | [default to undefined]
**unchanged** | `number` | The number of accounts which existed before, but had no changes. | [default to undefined]
**changed** | `number` | The number of accounts which existed before, but had changes. | [default to undefined]
**added** | `number` | The number of accounts which are new - have not existed before. | [default to undefined]
**removed** | `number` | The number accounts which existed before, but no longer exist (thus getting removed). | [default to undefined]

