favourites is a number representing the count of favourites for the studio.
id is a number representing the id of the studio.
isAnimationStudio is a boolean indicating whether the studio is an animation studio.
isFavourite is a boolean indicating whether the studio is a favourite.
media is an object representing the media associated with the studio.
It includes an array of edges each representing a media edge with its own properties.
name is a string representing the name of the studio.
siteUrl is a string representing the URL of the studio on the site.
StudioResponseis an interface representing the response from a studio query. It includes the studio's id, name, animation studio status, media, site url, favourite status, and favourites count.