Where can I find the "Campaign Name" i.e. "Name of Patreon page"?

I feel like I’m probably missing something obvious, but I’ve scoured the API documentation, and done some searching on these forums, and I can’t figure out how to retrieve the name of the campaign. Everything I’ve found is either the name of the creator/user (which is different than the Patreon Page), or the vanity, which is also not what I’m looking for.

I thought maybe it had something to do with the fact that my campaign is not published yet, but I am able to get other details about the campaign, such as the image url, so I’m not sure.

What am I missing?

Thanks in advance,

Nate

Edit: I’ve found how to do it via the v1 api. In v1, the ‘campaign’ entity has a ‘name’ field. Which works for me in the meantime, but is there a way to get that information in v2?