Can list filter operations be more flexible?

List filtering operation, I need to filter multiple files, but can’t I combine AND and OR within a single list node? AND can only connect multiple list nodes in series, and OR requires branching, but then the final files cannot be aggregated together, which is a bit inconvenient. I hope this can be improved.