I need to query a container in azure cosmos db that has more than one type of entity with ef core and .NET
I have a container called Post that contains different type of Posts, for example: Post, SimplePost, MultimediaPost, etc.
I have a container called Post that contains different type of Posts, for example: Post, SimplePost, MultimediaPost, etc.