Cloud.Posts.query({ page : an, per_page : 10, show_user_like : "true", where : { user_id : { '$in' : freindsid }, } }, function(e) { if (e.success) {I use this code to get freinds post it's work but if i add " where " it's not return if the post is liked or not .if i delete the "where" it's work fine.
where : { user_id : { '$in' : freindsid }, }