Use game state for this, make a variable and in your widget just get the game state cast it to the game state you created that has the collectables count variable and get it.
Somethings to note, once you collect the object you should update the count through server, you can use the RepNotify as well to update the widgets for all players or use an event dispatcher after you have updated the collectable count.