When you design your application, think about how the structures you are defining will be used:
If the structure is general-purpose and applies throughout the application, make it a global structure
If the structure applies only to a particular type of object, make it an object-level structure