if data.TotalImages == 0 {
There are no recently added images in the current time range.
} else {
{ strconv.FormatInt(data.TotalImages, 10) } Images
}
for _, recently := range data.RecentlyAddedImages {
{ recently.Device.Name }
for _, subreddit := range recently.Subreddits {
@RecentlyAddedImageList(subreddit.Images, 0)
}
}