To be more specific, will the `posts` property of the `Thread` class contain only elements that I ad...
d
To be more specific, will the
posts
property of the
Thread
class contain only elements that I add to it, or is it a reference to the
Posts
table and all of it's rows?
t
Could you show table mapping code to see whole picture?