true, 'id' => false, ]; /** * Fields that are excluded from JSON an array versions of the entity. * * @var array */ protected $_hidden = [ 'token', 'token_secret', 'token_expires', ]; }