public FollowedArtistList() { ArtistItems = new ArtistItems(); }
public override void Combine(IPaged pagedObject) { ArtistItems otherArtistList = (ArtistItems)pagedObject; this.Items.AddRange(otherArtistList.Items); }