From edc7b4b1f98fe13c4b3794c67ae7fa1ed363fe6f Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Mon, 6 Apr 2026 07:52:36 +0000 Subject: [PATCH] Make TimeBucketAssetResponse::id mandatory --- src/models/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/mod.rs b/src/models/mod.rs index bd5edb2..d2cafb1 100644 --- a/src/models/mod.rs +++ b/src/models/mod.rs @@ -301,7 +301,7 @@ pub struct TimeBucketAssetResponse { /// Array of file creation timestamps in UTC pub file_created_at: Option>, /// Array of asset IDs in the time bucket - pub id: Option>, + pub id: Vec, /// Array indicating whether each asset is favorited pub is_favorite: Option>, /// Array indicating whether each asset is an image (false for videos)