Hi, I came across with an unexpected issue when I ran the command. ``` panic: json: cannot unmarshal number into Go struct field UserTemplate.folder_id of type bool ``` I checked with the code but found that `FolderId` is using `bool` as type. Any idea why we using `bool` here instead of `int`? https://github.com/mattbaird/gochimp/blob/master/chimp_templates.go#L48
Hi,
I came across with an unexpected issue when I ran the command.
I checked with the code but found that
FolderIdis usingboolas type. Any idea why we usingboolhere instead ofint? https://github.com/mattbaird/gochimp/blob/master/chimp_templates.go#L48