The filter data object.
Optionalignore: (key: string, value: any) => booleanThe function to determine if a key-value pair should be ignored. It should accept a key and a value, and return true if the pair should be ignored, or false otherwise. Default value is a function that always returns false.
Counts the number of non-empty and non-ignored values in the given filter data object.