So, say I'm developing an 8 channel product, in which each channel is 3 pages' worth of circuitry.
In OrCAD, I create a 3 page schematic which contains the circuit for each channel. That schematic uses off-page symbols (or even just common net names) to link the nets within each channel, and hierarchical ports to expose the signals that need to be visible at the top level.
Then, I create a top level schematic which includes 8 identical instances of the per-channel circuit (ie. 8 identical blocks), and joins them to the common power, processor etc.
How would that design be done in KiCad?