MATCH (this:`Film`)
WHERE size([(this1:`**Dishney`**)-[this0:DISTRIBUTED_BY]->(this) WHERE this1.name = $param0 | 1]) > 0
RETURN this { .title } AS this {"param0":""} {}
Though explictly used filter type as Netflix However in the generated cypher used Dishney type .
produced cypher :
Though explictly used filter type as Netflix However in the generated cypher used Dishney type .