Proposed solution
Replace LI's IEnumerable<object> with IEnumerable<IContentItem> for delivery models. Causing a breaking change for delivery models.
Additional context
Be aware that this will intorduce a breaking change.
IContentItem will be created in #90.
Blocked by #90.