<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/firestore](./firestore.md) &gt; [/](./firestore_.md) &gt; [QuerySnapshot](./firestore_.querysnapshot.md) &gt; [size](./firestore_.querysnapshot.size.md)

## QuerySnapshot.size property

The number of documents in the `QuerySnapshot`<!-- -->.

<b>Signature:</b>

```typescript
get size(): number;
```
