diff --git a/src/repository.rs b/src/repository.rs index 0d0c17a..0564f5d 100644 --- a/src/repository.rs +++ b/src/repository.rs @@ -272,7 +272,7 @@ pub struct Repository { pub repo_transfer: Option, pub size: u64, pub ssh_url: String, - pub starts_count: u64, + pub stars_count: u64, pub template: bool, #[serde(with = "time::serde::rfc3339")] pub updated_at: time::OffsetDateTime,