-- name: Getlist :many SELECT * FROM {{ .TableName }} AS a ORDER BY a.created_at DESC LIMIT $2 OFFSET ($1-1)*$2;