@Test
    public void itHasASize() throws Exception {
      final XmlsonObject representation = presenter.present(attachment);

      assertThat(representation.getInteger("size"), is(284569));
    }