data class RemoteFilter
RemoteFilter(field: String, type: String, value: String?)
val field: String
val type: String
val value: String?