Ionic Youtube Api multiple part

Hi,

Do you have Youtube API for retrieving all videos from a channel with part=statistics,snippet

Below is my api

https://www.googleapis.com/youtube/v3/search?order=date&part=snippet&channelId="+ this.channelId +"&maxResults=50&key="+ this.googleToken;

I only get snippet out of this and when I try to part=snippet,statistics throws me an error.

Regards,
Paul