`Resource.__init__()` should automatically create instances of other resources when appropriate. For example, `Card.user` should be an instance of `User`.
Resource.__init__()should automatically create instances of other resources when appropriate. For example,Card.usershould be an instance ofUser.