Stage

A stream stage with companions and the main content area. Embedded items can be editorial articles, advertisement and/or stages (only one level deep).

message Stage {
  Configuration configuration = 1;
  repeated Item stream_items = 2;
  repeated Item companion_items = 3;

[~]