OBJECT
1type SourceFileSellerStats {23# Total number of source files available for purchase4paidSourceFileCount: Int 56# Total number of source file purchases7purchaseCount: Int 89# Total income earned from source files sold10totalIncome: Float 1112}