Let's assume in a shopping platform, every user is part of a single customer group and every transaction is from a customer to another customer. The data is modelled by the following paths:
(:CustomorGroup)<-[:PART_OF]-(:User)-[:TRANSACTION_FROM)->(:...