Gamepass AssetTypeId Shows Up as Either 9 or 1

I have recently been trying to make a PLS DONATE style place for my game. I want to use AssetTypeId to get the type of item a player wants to sell on the game. Shirts always show up to be 11, but gamepasses show up as either 9 or 1. On the AssetType Enum page, 34 is suppost to be the AssetTypeId if the item is a gamepass. Instead of the AssetTypeId being 34 for a gamepass, it is either 9 or 1. The AssetTypeId, 9, is suppost to show up for a place, and the AssetTypeId, 1, is suppost to show up for an image. I am pretty confused with this and would highly appreciate any feedback.