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

  return yield Post.findAll({