Should also be able to select fields from joined tables. Example: `../posts?with[]=author&select=title,text,author.name` or `../posts?with[]=author&select[]=title&select[]=text&select[]=author.name`
Should also be able to select fields from joined tables.
Example:
../posts?with[]=author&select=title,text,author.nameor
../posts?with[]=author&select[]=title&select[]=text&select[]=author.name