Go into the file visn_are/script/entities/actions.lua and change line 287:
if v[ServerConfig.m_customInventory.count_variable] > 0 then items[v.name] = v[ServerConfig.m_customInventory.count_variable] end
to
if v.count > 0 then items[v.name] = v.count end