Attach virtuals to the results of mongoose lean() queries
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Mongoose Lean Virtuals is a plugin for Mongoose that enables virtual properties to be included in the results of `.lean()` queries. It's designed for developers using Mongoose who want to maintain virtual properties in their data without instantiating full Mongoose documents. The plugin requires passing `{ virtuals: true }` to `.lean()` and works alongside `populate()` for virtual relationships.