Optional
and?: string | numberOptional
getOptional
limit?: numberOptional
offset?: numberthe number of records that the query will skip
Optional
order?: Orderthe order of the result, 'desc' or 'asc'
Optional
orderby?: string[]columns to order the result
Optional
where?: string
the number of records that the query result will include,default is
null
, resulting in no limit