sig
  type t = {
    limit : int64;
    usage : int64;
    usageInDrive : int64;
    usageInDriveTrash : int64;
  }
  val limit : (GapiDriveV3Model.About.StorageQuota.t, int64) GapiLens.t
  val usage : (GapiDriveV3Model.About.StorageQuota.t, int64) GapiLens.t
  val usageInDrive :
    (GapiDriveV3Model.About.StorageQuota.t, int64) GapiLens.t
  val usageInDriveTrash :
    (GapiDriveV3Model.About.StorageQuota.t, int64) GapiLens.t
  val empty : GapiDriveV3Model.About.StorageQuota.t
  val render :
    GapiDriveV3Model.About.StorageQuota.t -> GapiJson.json_data_model list
  val parse :
    GapiDriveV3Model.About.StorageQuota.t ->
    GapiJson.json_data_model -> GapiDriveV3Model.About.StorageQuota.t
end