graphql query:
{
lend {
loanThemeFilter {
name
}
}
}
returns a listing of themes, however, "Solar" is missing, yet 527 loans have that theme. "International COVID-19 Support" is missing but 115 loans have that theme. There are others. Why isn't this query returning every option?