package feeder
type Image struct {
Title string;
Url string;
Link string;
Width int;
Height int;
Description string;
}