···4848 id: SongId,
4949 title: Schema.NonEmptyString,
5050 artists: Schema.Array(Artist),
5151+ // TODO: this can only positive non zero int
5252+ trackNumber: Schema.NullOr(Schema.Int),
5153 fileId: AudioFileId,
5254}).annotations({
5355 title: "songs",