Hi All,
I want to store which posts a user like. Which of the following scenarios is better in terms of workload (ie for retrieving which posts a user like):
- A. Store ‘Liked Post’ in User Type
- B. Create a new Type that has as fields ‘User’ and ‘Liked Posts’
As happens user has a great number of field (including photos etc).
Thanks