sS nPosts(long n) { ret n2(n, "post"); } sS nPosts(Collection l) { ret nPosts(l(l)); } sS nPosts(Map map) { ret nPosts(l(map)); }