While in theory we wouldn't need to use the `transient` nor the `after(:create)` because there's already a `has_many :through` association with followers, Factory Bot / ActiveRecord don't automatically associate the followable, resulting in an invalid record exception.