A query operation for filtering axis entries using a Boolean mask. This operation restricts the set of entries of an axis to only those where the specified property contains true values (or non-zero/non-empty values). It essentially performs a logical AND between the current selection and the specified property, treating the property as a Boolean mask. See the Julia documentation for details.