Creates a Thumbnail instance from JSON data.
factory Thumbnail.fromJson(Map<String, dynamic> json) => _$ThumbnailFromJson(json);