the label semantics in native projection loads nodes with any of these labels.
For your case, you need to use cypher projection.
Theoretically, you could also do native + graph.filter, but I doubt its faster and also takes more memory.
1 Like