Playlist🔗Definition🔗public class Playlist { public String title; public String interval; public List<Item> items; } See also🔗 PlaylistBuilder