protected function onCompile(NodeInterface $ast): bool
    {
        if ($ast->getName() === 'Relations') {
            foreach ($ast->getChildren() as $relation) {
                $name = $relation->getChild(0)->getValue();