package db type Item struct { ID string Img string Name string Type string Folder string Sort int Stats Stats Ownership []OwnershipString }