> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aloftly.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Idea count

> Aloftly test ideas assigned to one store.

| Contract           | Value                            |
| ------------------ | -------------------------------- |
| Metric key         | `app.stores.idea_count`          |
| Source             | Aloftly                          |
| Status             | active                           |
| Type               | application                      |
| Semantic version   | Application calculation          |
| Catalog visibility | Supporting or fixed-surface only |

## How it's calculated

```sql theme={null}
COUNT(cro_test_ideas.id) grouped by store_id.
```

### Built from

* `cro_test_ideas.id`
* `cro_test_ideas.store_id`

## Known caveats

None.

## Where this appears

* Stores store cards

<AccordionGroup>
  <Accordion title="Grain and identity" icon="ruler">
    One count per store at render time.

    **Join and identity keys**

    * Organization id
    * Store id
  </Accordion>

  <Accordion title="Filters and boundaries" icon="filter">
    * Tenant and store scope are enforced by the test-idea rows.
  </Accordion>

  <Accordion title="Timezone, currency, and freshness" icon="clock">
    **Timezone.** As-of value; no event-time window is applied.

    **Currency.** Not applicable.

    **Freshness.** Computed from current Experiment OS rows at render time.
  </Accordion>

  <Accordion title="Version history" icon="clock-rotate-left">
    | Date       | Change                                             |
    | ---------- | -------------------------------------------------- |
    | 2026-08-06 | Registered the Stores idea-count receipt contract. |
  </Accordion>
</AccordionGroup>
