I'm using the Google YouTube Partner API v3 to automate checking for Copyright Strikes on several YouTube channels.
The "ChannelAuditDetails" class provides a "CopyrightStrikesGoodStanding" boolean variable for whether or not there are any Copyright Strikes, but I'm also hoping to check the total number of strikes (if any) should the "CopyrightStrikesGoodStanding" be false (indicating that there are strikes).
Why?