Meteor.publishComposite("person", function(personId) {

    return {
        find: function() {
            return People.find({_id: personId});