Get pages from multiple sections in one list

Something like this should work:

{{ range first 12 ( sort (where .Site.RegularPages "Section" "projects") "Date" "desc" ) }}
  {{ . }}
{{ end }}