Good day, I have around 500 data on 1 class, I need to get the total length of that data and sum all the number in a specific column, how do I query it only to fetch a specific column? Because I think itโs fetching too long to fetch all 500 data.
You should be able to select only a column with .select or .include, I donโt remember the exact syntax