use cratePath;
/// A scope represents a context that contains items of a particular type.
///
/// For example, a `HasMany<T>` is a scope whose items are instances of the
/// target model. The trait provides associated types for building typed paths
/// and create builders within the scope.