The Set node returns a length of the array instead of the array itself. Also, the number is increasing when interacting with the workflow. The original array has two items, I am adding a third one – the length is 88 and increasing.
Has actually nothing to do with how n8n works, but rather how JavaScript works and what push returns (which is the new length of the array it pushed to):