diff --git a/VkNet/Model/Template/Carousel/CarouselElement.cs b/VkNet/Model/Template/Carousel/CarouselElement.cs
index 31bbbc433..5da5bfba8 100644
--- a/VkNet/Model/Template/Carousel/CarouselElement.cs
+++ b/VkNet/Model/Template/Carousel/CarouselElement.cs
@@ -38,7 +38,7 @@ public class CarouselElement
///
/// Фото
///
- [JsonProperty("photo")]
+ [JsonProperty("photo", DefaultValueHandling = DefaultValueHandling.Ignore)]
public Photo Photo { get; set; }
///