diff --git a/src/models/mod.rs b/src/models/mod.rs index e90ab6c..aee744a 100644 --- a/src/models/mod.rs +++ b/src/models/mod.rs @@ -315,7 +315,7 @@ pub struct TimeBucketAssetResponse { /// Array of file creation timestamps in UTC pub file_created_at: Vec, /// Array of asset IDs in the time bucket - pub id: Vec, + pub id: Vec, /// Array indicating whether each asset is favorited pub is_favorite: Vec, /// Array indicating whether each asset is an image (false for videos)