exports.listWithUser = function *(offset=0, limit=20, uid) {
  if (!uid) return []
  if (!isFinite(+uid)) return []

  return yield Post.findAll({