new CountOptionsProcessor()
The processor for count actions.
Methods
query(query)
Set the query
Parameters:
Name | Type | Description |
---|---|---|
query |
object | The query object |
Example
x.query({
firstName: 'John',
lastName: 'Smith'
})