query ($slug: String!, $type: media_type!, $status: [LibraryEntryStatus!]) { findProfileBySlug(slug: $slug) { library { all(first: 1, mediaType: $type, status: $status) { totalCount } } } }