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

# TapReviewsResult

> What a reviews query answers with.

What a `reviews` query answers with.

## Properties

### averageRating

```ts theme={null}
averageRating: number;
```

The mean rating of the reviews the answer carries, or 0 when it carries none.

***

### reviews

```ts theme={null}
reviews: TapReview[];
```

The newest first, at most 200 of them.

***

### total

```ts theme={null}
total: number;
```

How many reviews the answer carries, which is `reviews.length` today: the
host reads at most 200 rows and counts what it returned, so this is not the
number of reviews in the range.
