<?xml version="1.0" encoding="UTF-8"?>
<albums type="array">
  <album>
    <cover-id type="integer" nil="true"></cover-id>
    <created-at type="datetime">2009-06-03T17:30:45+04:00</created-at>
    <description>Лучшие фотографии нашего города</description>
    <id type="integer">1</id>
    <name>Город Железнодорожный</name>
    <public type="boolean">false</public>
    <updated-at type="datetime">2009-06-03T17:30:45+04:00</updated-at>
    <user-id type="integer">3</user-id>
    <visible type="boolean">true</visible>
  </album>
  <album>
    <cover-id type="integer" nil="true"></cover-id>
    <created-at type="datetime">2009-06-03T17:31:06+04:00</created-at>
    <description>Главные места нашего города</description>
    <id type="integer">2</id>
    <name>Достопримечательности города Железнодорожный</name>
    <public type="boolean">false</public>
    <updated-at type="datetime">2009-06-03T17:31:06+04:00</updated-at>
    <user-id type="integer">3</user-id>
    <visible type="boolean">true</visible>
  </album>
</albums>
