I want to get all the docs (created by the current logged-in user) of a specific doctype.
For example, there is a doctype called ‘car,’ and every user can create docs for that doctype. But the list of cars shows only those created by the logged-in user.
How can I implement this for the desk, website and API?
