#[derive(Relational)]
{
// Attributes available to this derive:
#[relational]
#[has_many]
#[belongs_to]
#[many_to_many]
}
#[derive(Relational)]
{
// Attributes available to this derive:
#[relational]
#[has_many]
#[belongs_to]
#[many_to_many]
}