const std = @import("std"); const Db = @import("Db.zig"); const Item = @import("Item.zig"); id: ?u32, name: []const u8, items: ?[]Item,