The following does not work with the v2 api: ``` wp.posts().type( type_name ): get posts of custom type type_name ``` When I read this article ( http://scottbolinger.com/custom-post-types-wp-api-v2/ ) it's clear why, the API endpoint changed.