Filter Items
data class FilterItems(val field: String? = null, val values: List<String>? = null) : ConvertibleToJava<FilterItems>
Will contain the filter name and values to operate on
Will contain the filter name and values to operate on