# SyncGateway.QueryResult

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**offset** | **String** | Starting index of the returned rows. | [optional] 
**rows** | [**[QueryRow]**](QueryRow.md) |  | [optional] 
**totalRows** | **Number** | Number of documents in the database. This number is not the number of rows returned. | [optional] 


