> For the complete documentation index, see [llms.txt](https://developer.firmhouse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.firmhouse.com/graphql-api/api-reference/objects/project-metrics.md).

# ProjectMetrics

Aggregate metrics for the project identified by the current access token.

### Fields

#### newCustomerCounts (\[[NewCustomerCount](/graphql-api/api-reference/objects/new-customer-count.md)!]!)

Daily counts of unique customers whose first completed signup occurred in the requested range. Customers are identified by case-insensitive email address. Days follow the project's default date and time settings. The inclusive range may contain at most 366 calendar days.

| Argument                                                                   | Description                        |
| -------------------------------------------------------------------------- | ---------------------------------- |
| from ([ISO8601Date](/graphql-api/api-reference/objects/iso-8601-date.md)!) | The first calendar day to include. |
| to ([ISO8601Date](/graphql-api/api-reference/objects/iso-8601-date.md)!)   | The last calendar day to include.  |
