items property
If the item is of entityType TrendingEntryType.Container, it may have items - also Trending Entries - contained within it. This is the ordered list of those to display under the Container's header.
Implementation
@JsonKey(name:'items')
List<TrendingEntry>? items;