How do I loop over an objects properties? I don't know the names of any of the properties. <pseudo> for property, propertyvalue in context.object.itsProperties().items(): </pseudo>