According to the [API reference for campaigns](https://developer.twitter.com/en/docs/ads/campaign-management/api-reference/campaigns) `entity_status` is included in the response data for campaigns. The [`paused` property](https://github.com/twitterdev/twitter-python-ads-sdk/blob/master/twitter_ads/campaign.py#L71) is currently included in the test fixture as well as a property on the Campaign class. If my understanding is correct, I would request that the `paused` property be removed in favor of the `entity_status` property.