Yeah. So I have a property that I capture at the user level. that property updates with a track as their property value updates (e.g., "ratings count"). But I also have a property that I attach to an event to capture what existed at the time of the event. So when a user gives a rating, I attach "ratings count" to that event so I know for that rating, how many ratings did that user have. So. if they rated an 11th time, the user property would have 11 for the ratings count, but the event would have 10, because it was at 10 prior to that rating.