# FetchStatsFn

**Kind:** Type

**Source:** [`atloria-monorepo/libs/site-gen-core/src/assembler/tools/query-product-knowledge.tool.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/site-gen-core/src/assembler/tools/query-product-knowledge.tool.ts#L55)

Fetch aggregate product stats from the knowledge graph.

## Definition

```ts
(
  projectId: string,
) => Promise<ProductStats>
```
