Derive Macro EagerLoading

Source
#[derive(EagerLoading)]
{
    // Attributes available to this derive:
    #[eager_loading]
    #[has_one]
    #[option_has_one]
    #[has_many]
    #[has_many_through]
}