photo property

The cover of the collection

See https://dev.vk.com/objects/market-album#photo

Implementation

PhotoAttachmentModel? get photo =>
    payload['photo'] != null ? PhotoAttachmentModel(payload['photo']) : null;