Optional
getan array of one or more attributes to be returned, default is ["*"]
which returns all attributes.
Optional
limit?: number | nullthe number of records that the query result will include,default is null
, resulting in no limit
Optional
offset?: numberthe number of records that the query will skip, default 0
Optional
operator?: Operatorsthe operator used between each condition, default is and
the array of condition objects, must include one or more object in the array