namespace jsonapi.Data { public class Size { public int width; public int height; } }