So Suppose I have two Collections
User { string Id; string name; } Category { string Id; string userId; string name; } // For Look Up UserJoi