Stamplay.Object("movie")
    .get({ populate: true })
    .then(function (res) {
        // success
    }, function (err) {