Yup, that’s where I was going with it, @ben4. If there is only one log inventory thing in the database for each user and the item quantity is the total number of logs the user has, then there’s no need to sum anything. You simply search for a user’s log inventory thing, and you know exactly how many logs the user has by looking at the thing’s item quantity field.