List<CountItem>
getCounts()
void
setCounts(List<CountItem> counts)
StreamItem(long id, String title, String url, UserDto author, String friendlyDate, String date, int numberOfLikes, int numberOfComments, List<CountItem> counts)