contains(field: string, values: any) {
    if (!values) {
      throw new QueryError('You must supply a value.');
    }