I have a User model and a TodoItem model where the TodoItem model has a primary key to the User model with a user_id
User
TodoItem
user_id