In [collections/mod.rs](https://github.com/xeals/sunk/blob/cf0b6d181821accef31950ec11c0bf065646ccec/src/collections/mod.rs#L32), the _MusicFolder internal class expects the id to be passed as a string but it's an integer ``` called `Result::unwrap()` on an `Err` value: Serde(Error("invalid type: integer `0`, expected a string", line: 0, column: 0)) ```
In collections/mod.rs, the _MusicFolder internal class expects the id to be passed as a string but it's an integer