Improve model

This commit is contained in:
2025-05-07 20:22:05 -06:00
parent 492f054e23
commit 62e933448c
16 changed files with 32 additions and 36 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ pub struct Show {
/// The show's last air date
pub last_air_date: NaiveDate,
/// The number of seasons in this show
pub number_of_seasons: i32,
pub number_of_seasons: u32,
/// The show's status
pub status: ShowStatus,
}