type image = {
  1. height : int;
  2. url : string;
  3. width : int;
}